Searched defs:EfiEntry (Results 1 – 8 of 8) sorted by relevance
/bootable/libbootloader/gbl/libefi/src/ |
D | protocol.rs | 62 efi_entry: &'a EfiEntry, in new() 74 pub fn efi_entry(&self) -> &'a EfiEntry { in efi_entry()
|
D | lib.rs | 130 pub struct EfiEntry { struct 135 impl EfiEntry { impl 159 ) -> EfiResult<EfiEntry> { in initialize() 190 pub fn exit_boot_services(entry: EfiEntry, mmap_buffer: &mut [u8]) -> EfiResult<EfiMemoryMap> { in exit_boot_services() 564 efi_entry: Option<&'a EfiEntry>, in new()
|
D | allocation.rs | 77 fn get_efi_entry(&self) -> Option<&EfiEntry> { in get_efi_entry()
|
/bootable/libbootloader/gbl/efi/src/ |
D | utils.rs | 152 entry: &'a EfiEntry, in get_device_path() 227 pub fn loop_with_timeout<F, R>(efi_entry: &EfiEntry, timeout_ms: u64, mut f: F) -> Result<Option<R>> in loop_with_timeout() 251 pub fn wait_key_stroke(efi_entry: &EfiEntry, expected: char, timeout_ms: u64) -> Result<bool> { in wait_key_stroke()
|
D | fastboot.rs | 129 efi_entry: &EfiEntry, in fastboot_loop() 205 efi_entry: &EfiEntry, in run_fastboot()
|
D | fuchsia_boot.rs | 93 fn load_fuchsia_simple<'a>(efi_entry: &EfiEntry, load: &'a mut [u8]) -> Result<&'a mut [u8]> { in load_fuchsia_simple()
|
D | android_boot.rs | 97 efi_entry: &EfiEntry, in load_android_simple()
|
D | net.rs | 82 efi_entry: &'a EfiEntry, in new() 420 pub fn with_efi_network<F, R>(efi_entry: &EfiEntry, mut f: F) -> Result<R> in with_efi_network()
|