Searched refs:efi_allocate_pool (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/lib/efi_loader/ |
D | efi_boottime.c | 385 r = efi_allocate_pool(pool_type, size, buffer); in efi_allocate_pool_ext() 1526 ret = efi_allocate_pool(EFI_LOADER_DATA, info->file_size, buffer); in efi_load_image_from_path() 2020 r = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, buffer_size, in efi_open_protocol_information() 2076 r = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, buffer_size, in efi_protocols_per_handle() 2128 r = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, buffer_size, in efi_locate_handle_buffer()
|
D | efi_device_path_to_text.c | 27 ret = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, len * sizeof(u16), in efi_str_to_u16()
|
D | efi_memory.c | 380 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size, void **buffer) in efi_allocate_pool() function
|
D | efi_device_path.c | 62 if (efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, sz, &buf) != in dp_alloc()
|
/external/u-boot/include/ |
D | efi_loader.h | 306 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size,
|