Home
last modified time | relevance | path

Searched refs:efi_allocate_pool (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path_to_text.c36 ret = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, len * sizeof(u16), in efi_str_to_u16()
H A Defi_boottime.c398 r = efi_allocate_pool(pool_type, size, buffer); in efi_allocate_pool_ext()
2149 r = efi_allocate_pool(EFI_BOOT_SERVICES_DATA, buffer_size, in efi_open_protocol_information()
2206 r = efi_allocate_pool(EFI_BOOT_SERVICES_DATA, buffer_size, in efi_protocols_per_handle()
2259 r = efi_allocate_pool(EFI_BOOT_SERVICES_DATA, buffer_size, in efi_locate_handle_buffer()
3225 ret = efi_allocate_pool(EFI_RUNTIME_SERVICES_DATA, in efi_initialize_system_table()
H A Defi_memory.c440 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size, void **buffer) in efi_allocate_pool() function
H A Defi_device_path.c57 if (efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, sz, &buf) != in dp_alloc()
/openbmc/u-boot/include/
H A Defi_loader.h379 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size,