Searched defs:Sized (Results 1 – 4 of 4) sorted by relevance
/bootable/libbootloader/gbl/libstorage/src/ |
D | lib.rs | 410 fn partition_iter(&mut self) -> PartitionIterator in partition_iter() 502 io: &mut (impl BlockIo + ?Sized), in required_scratch_size() 516 dev: &mut (impl AsBlockDevice + ?Sized), in with_partitioned_scratch() 549 blk_io: &mut (impl BlockIo + ?Sized), in check_range() 568 blk_io: &mut (impl BlockIo + ?Sized), in read_aligned_all() 580 blk_io: &mut (impl BlockIo + ?Sized), in read_aligned_offset_and_buffer() 614 blk_io: &mut (impl BlockIo + ?Sized), in read_aligned_buffer() 681 blk_io: &mut (impl BlockIo + ?Sized), in split_scratch() 696 blk_io: &mut (impl BlockIo + ?Sized), in read() 740 blk_io: &mut (impl BlockIo + ?Sized), in write_aligned_all() [all …]
|
D | multi_blocks.rs | 40 fn get(&mut self, id: u64) -> Result<SelectedBlockDevice> in get() 110 fn until_ok<F, R>(devs: &mut (impl AsMultiBlockDevices + ?Sized), mut f: F) -> Result<R> in until_ok() 123 fn with_id<F, R>(devs: &mut (impl AsMultiBlockDevices + ?Sized), dev_id: u64, mut f: F) -> Result<R> in with_id()
|
D | gpt.rs | 253 blk_dev: &mut (impl BlockIo + ?Sized), in validate_gpt() 303 blk_dev: &mut (impl BlockIo + ?Sized), in load_and_sync() 385 blk_dev: &mut (impl BlockIo + ?Sized), in gpt_sync()
|
/bootable/libbootloader/gbl/libgbl/tests/ |
D | integration_tests.rs | 84 fn new(val: T) -> Self in new()
|