Searched refs:map_efi_err (Results 1 – 8 of 8) sorted by relevance
/bootable/libbootloader/gbl/libefi/src/protocol/ |
D | riscv.rs | 17 use crate::{efi_call, map_efi_err, EfiResult};
|
D | simple_text_input.rs | 19 use crate::{efi_call, map_efi_err, EfiResult};
|
D | simple_text_output.rs | 19 use crate::{efi_call, map_efi_err, EfiError, EfiResult};
|
D | android_boot.rs | 17 use crate::{efi_call, map_efi_err, EfiResult, Event};
|
D | block_io.rs | 20 use crate::{efi_call, map_efi_err, EfiResult};
|
D | simple_network.rs | 19 use crate::{efi_call, map_efi_err, EfiResult};
|
/bootable/libbootloader/gbl/libefi/src/ |
D | protocol.rs | 108 Some(f) => map_efi_err(f($($x,)*))
|
D | lib.rs | 121 fn map_efi_err(code: EfiStatus) -> EfiResult<()> { in map_efi_err() function
|