Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_boottime.c385 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()
Defi_device_path_to_text.c27 ret = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, len * sizeof(u16), in efi_str_to_u16()
Defi_memory.c380 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size, void **buffer) in efi_allocate_pool() function
Defi_device_path.c62 if (efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, sz, &buf) != in dp_alloc()
/external/u-boot/include/
Defi_loader.h306 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size,