Home
last modified time | relevance | path

Searched defs:EfiEntry (Results 1 – 8 of 8) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/
Dprotocol.rs62 efi_entry: &'a EfiEntry, in new()
74 pub fn efi_entry(&self) -> &'a EfiEntry { in efi_entry()
Dlib.rs130 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()
Dallocation.rs77 fn get_efi_entry(&self) -> Option<&EfiEntry> { in get_efi_entry()
/bootable/libbootloader/gbl/efi/src/
Dutils.rs152 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()
Dfastboot.rs129 efi_entry: &EfiEntry, in fastboot_loop()
205 efi_entry: &EfiEntry, in run_fastboot()
Dfuchsia_boot.rs93 fn load_fuchsia_simple<'a>(efi_entry: &EfiEntry, load: &'a mut [u8]) -> Result<&'a mut [u8]> { in load_fuchsia_simple()
Dandroid_boot.rs97 efi_entry: &EfiEntry, in load_android_simple()
Dnet.rs82 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()