Searched defs:exit_boot_services (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/ |
H A D | lib.rs | 162 pub fn exit_boot_services(entry: EfiEntry, mmap_buffer: &mut [u8]) -> Result<EfiMemoryMap> { in exit_boot_services() function 375 fn exit_boot_services<'b>(&self, mmap: &'b EfiMemoryMap<'b>) -> Result<()> { in exit_boot_services() method 1148 extern "C" fn exit_boot_services(image_handle: EfiHandle, map_key: usize) -> EfiStatus { in exit_boot_services() function
|
/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/ |
H A D | boot_service.h | 98 EfiStatus (*exit_boot_services)(EfiHandle image_handle, size_t map_key); member
|
/aosp_15_r20/external/rust/crates/uefi-raw/src/table/ |
D | boot.rs | 125 pub exit_boot_services: field
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/table/ |
D | boot.rs | 125 pub exit_boot_services: field
|
/aosp_15_r20/external/rust/crates/uefi/src/ |
D | boot.rs | 1223 pub unsafe fn exit_boot_services(memory_type: MemoryType) -> MemoryMapOwned { in exit_boot_services() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/ |
D | boot.rs | 1223 pub unsafe fn exit_boot_services(memory_type: MemoryType) -> MemoryMapOwned { in exit_boot_services() function
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 71144 efi_status_t (*exit_boot_services)(efi_handle_t, long unsigned int); member 71191 u32 exit_boot_services; member
|
H A D | vmlinux_602.h | 71144 efi_status_t (*exit_boot_services)(efi_handle_t, long unsigned int); member 71191 u32 exit_boot_services; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 110688 efi_status_t (*exit_boot_services)(efi_handle_t, unsigned long); member 110735 u32 exit_boot_services; member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 85497 efi_status_t (*exit_boot_services)(efi_handle_t, long unsigned int); member 85544 u32 exit_boot_services; member
|
H A D | vmlinux.h | 85497 efi_status_t (*exit_boot_services)(efi_handle_t, long unsigned int); member 85544 u32 exit_boot_services; member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 112822 efi_status_t (*exit_boot_services)(efi_handle_t, long unsigned int); member 112869 u32 exit_boot_services; member
|
H A D | vmlinux.h | 112822 efi_status_t (*exit_boot_services)(efi_handle_t, long unsigned int); member 112869 u32 exit_boot_services; member
|