Searched defs:EfiHandle (Results 1 – 2 of 2) sorted by relevance
/bootable/libbootloader/gbl/libefi/src/ |
D | lib.rs | 157 image_handle: EfiHandle, in initialize() 679 pub(crate) fn new(handles: *mut EfiHandle, len: usize, efi_entry: &'a EfiEntry) -> Self { in new() 807 handle: EfiHandle, in open_protocol() 810 agent_handle: EfiHandle, in open_protocol() 811 _: EfiHandle, in open_protocol() 839 handle: EfiHandle, in close_protocol() 841 agent_handle: EfiHandle, in close_protocol() 842 _: EfiHandle, in close_protocol() 873 buf: *mut *mut EfiHandle, in locate_handle_buffer() 928 extern "C" fn exit_boot_services(image_handle: EfiHandle, map_key: usize) -> EfiStatus { in exit_boot_services() [all …]
|
/bootable/libbootloader/gbl/libefi/defs/ |
D | types.h | 21 typedef void* EfiHandle; typedef
|