HomeSort by relevance Sort by last modified time
    Searched refs:allocate_pool (Results 1 - 10 of 10) sorted by null

  /external/u-boot/lib/efi/
efi.c 88 *retp = boot->allocate_pool(priv->image_data_type, size, &buf);
  /external/u-boot/lib/efi_selftest/
efi_selftest_startimage_exit.c 56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length,
efi_selftest_startimage_return.c 56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length,
efi_selftest_devicepath.c 83 ret = boottime->allocate_pool(EFI_LOADER_DATA,
90 ret = boottime->allocate_pool(EFI_LOADER_DATA, 2 *
97 ret = boottime->allocate_pool(EFI_LOADER_DATA, 3 *
efi_selftest_fdt.c 93 ret = boottime->allocate_pool(
efi_selftest_block_device.c 143 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length,
206 ret = boottime->allocate_pool(EFI_LOADER_DATA,
efi_selftest.c 50 ret = boottime->allocate_pool(EFI_BOOT_SERVICES_DATA, map_size,
efi_selftest_bitblt.c 126 ret = boottime->allocate_pool(EFI_LOADER_DATA,
  /external/u-boot/include/
efi_api.h 62 efi_status_t (EFIAPI *allocate_pool)(int, efi_uintn_t, void **); member in struct:efi_boot_services
  /external/u-boot/lib/efi_loader/
efi_boottime.c     [all...]

Completed in 728 milliseconds