Searched defs:allocate_pool (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/ |
H A D | boot_service.h | 68 EfiStatus (*allocate_pool)(EfiMemoryType pool_type, size_t size, void** buf); member
|
/aosp_15_r20/external/rust/crates/uefi-raw/src/table/ |
D | boot.rs | 35 pub allocate_pool: unsafe extern "efiapi" fn( field
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/table/ |
D | boot.rs | 35 pub allocate_pool: unsafe extern "efiapi" fn( field
|
/aosp_15_r20/external/rust/crates/uefi/src/ |
D | boot.rs | 172 pub fn allocate_pool(mem_ty: MemoryType, size: usize) -> Result<NonNull<u8>> { in allocate_pool() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/ |
D | boot.rs | 172 pub fn allocate_pool(mem_ty: MemoryType, size: usize) -> Result<NonNull<u8>> { in allocate_pool() function
|
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/ |
H A D | lib.rs | 260 fn allocate_pool( in allocate_pool() method
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 71123 efi_status_t (*allocate_pool)(int, long unsigned int, void **); member 71170 u32 allocate_pool; member
|
H A D | vmlinux_602.h | 71123 efi_status_t (*allocate_pool)(int, long unsigned int, void **); member 71170 u32 allocate_pool; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 110667 efi_status_t (*allocate_pool)(int, unsigned long, void **); member 110714 u32 allocate_pool; member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 85476 efi_status_t (*allocate_pool)(int, long unsigned int, void **); member 85523 u32 allocate_pool; member
|
H A D | vmlinux.h | 85476 efi_status_t (*allocate_pool)(int, long unsigned int, void **); member 85523 u32 allocate_pool; member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 112801 efi_status_t (*allocate_pool)(int, long unsigned int, void **); member 112848 u32 allocate_pool; member
|
H A D | vmlinux.h | 112801 efi_status_t (*allocate_pool)(int, long unsigned int, void **); member 112848 u32 allocate_pool; member
|