Home
last modified time | relevance | path

Searched refs:blk_id (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs37 blk_id: u64, field
69 let mut dev = (&mut self.devs).get(self.part.blk_id)?; in read()
79 let mut dev = (&mut self.devs).get(self.part.blk_id)?; in write()
137 let blk_id = next_arg_u64(&mut args, Err("".into())).ok(); in parse_partition() localVariable
141 let (blk_id, max_size) = match part { in parse_partition()
143 let blk_id = blk_id.ok_or("Must provide a block device ID")?; in parse_partition() localVariable
144 (blk_id, devs.get(blk_id)?.total_size()?) in parse_partition()
146 gpt => match blk_id { in parse_partition()
160 blk_id: blk_id, in parse_partition()
409 fn check_blk_upload(fb: &mut GblFastboot, blk_id: u64, off: u64, size: u64, disk: &[u8]) { in check_blk_upload()
[all …]