Searched defs:EfiEntry (Results 1 – 14 of 14) sorted by relevance
| /bootable/libbootloader/gbl/efi/src/ |
| D | utils.rs | 38 entry: &'a EfiEntry, in get_device_path() 101 efi_entry: &EfiEntry, in loop_with_timeout() 123 efi_entry: &EfiEntry, in wait_key_stroke() 181 efi_entry: &EfiEntry, in get_platform_buffer_info()
|
| D | lib.rs | 71 fn get_target_os(entry: &EfiEntry, disks: &[EfiGblDisk]) -> TargetOs { in get_target_os()
|
| D | android_boot.rs | 82 entry: EfiEntry, in efi_android_boot()
|
| D | fuchsia_boot.rs | 82 _efi_entry: EfiEntry, in efi_fuchsia_boot()
|
| D | net.rs | 84 efi_entry: &'a EfiEntry, in new() 519 fn new(efi_entry: &'a EfiEntry, timestamp: &'c AtomicU64) -> Result<Self> { in new() 660 efi_entry: &'a EfiEntry, in init()
|
| D | fastboot.rs | 210 efi_entry: &EfiEntry, in with_fastboot_channels()
|
| D | ops.rs | 139 efi_entry: &EfiEntry, in get_buffer_from_protocol() 163 pub fn new(efi_entry: &'a EfiEntry, disks: &'b [EfiGblDisk<'a>], os: Option<Os>) -> Self { in new()
|
| /bootable/libbootloader/gbl/libefi/src/ |
| D | utils.rs | 31 pub fn new(efi_entry: &'a EfiEntry, timeout: Duration) -> Result<Self> { in new() 52 pub async fn wait(efi_entry: &EfiEntry, duration: Duration) -> Result<()> { in wait() 69 efi_entry: &EfiEntry, in with_timeout() 88 pub fn new(efi_entry: &'a EfiEntry, timeout: Duration) -> Result<Self> { in new()
|
| D | allocation.rs | 56 fn efi_entry(&self) -> Option<&EfiEntry> { in efi_entry() 75 ) -> (Option<&'static EfiEntry>, Option<&'static RuntimeServices>) { in internal_efi_entry_and_rt() 149 fn get_efi_entry_and_rt(&self) -> (Option<&EfiEntry>, Option<&RuntimeServices>) { in get_efi_entry_and_rt()
|
| D | protocol.rs | 73 efi_entry: &'a EfiEntry, in new() 85 pub fn efi_entry(&self) -> &'a EfiEntry { in efi_entry()
|
| D | local_session.rs | 36 pub fn start(efi_entry: &'a EfiEntry, timeout: Duration) -> Result<Self> { in start()
|
| D | lib.rs | 96 pub struct EfiEntry { struct 101 impl EfiEntry { impl 149 ) -> Result<EfiEntry> { in initialize() 168 pub fn exit_boot_services(entry: EfiEntry, mmap_buffer: &mut [u8]) -> Result<EfiMemoryMap> { in exit_boot_services() 675 efi_entry: &'a EfiEntry, in new() 967 efi_entry: &'a EfiEntry, in generate_protocol()
|
| /bootable/libbootloader/gbl/libefi/mocks/ |
| D | lib.rs | 153 pub type EfiEntry = MockEfiEntry; typedef
|
| /bootable/libbootloader/gbl/libefi/src/protocol/ |
| D | gbl_efi_image_loading.rs | 310 efi_entry: &'a EfiEntry, in generate_protocol()
|