Searched defs:F (Results 1 – 6 of 6) sorted by relevance
/bootable/libbootloader/gbl/libstorage/src/ |
D | multi_blocks.rs | 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 | lib.rs | 515 pub(crate) fn with_partitioned_scratch<F, R>( in with_partitioned_scratch() 517 mut f: F, in with_partitioned_scratch()
|
/bootable/libbootloader/gbl/libboot/src/ |
D | x86.rs | 174 mmap_cb: F, in boot_linux_bzimage()
|
/bootable/libbootloader/gbl/efi/src/ |
D | utils.rs | 227 pub fn loop_with_timeout<F, R>(efi_entry: &EfiEntry, timeout_ms: u64, mut f: F) -> Result<Option<R>> in loop_with_timeout()
|
D | net.rs | 420 pub fn with_efi_network<F, R>(efi_entry: &EfiEntry, mut f: F) -> Result<R> in with_efi_network()
|
/bootable/libbootloader/gbl/libfastboot/src/ |
D | lib.rs | 512 fn with_upload_builder<F, R>( in with_upload_builder() 514 mut f: F, in with_upload_builder()
|