Home
last modified time | relevance | path

Searched defs:exit_boot_services (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libefi_types/defs/
Dboot_service.h98 EfiStatus (*exit_boot_services)(EfiHandle image_handle, size_t map_key); member
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs168 pub fn exit_boot_services(entry: EfiEntry, mmap_buffer: &mut [u8]) -> Result<EfiMemoryMap> { in exit_boot_services() function
381 fn exit_boot_services<'b>(&self, mmap: &'b EfiMemoryMap<'b>) -> Result<()> { in exit_boot_services() method
1163 extern "C" fn exit_boot_services(image_handle: EfiHandle, map_key: usize) -> EfiStatus { in exit_boot_services() function