Searched refs:AllocatePool (Results 1 – 6 of 6) sorted by relevance
| /titanic_53/usr/src/boot/sys/boot/efi/boot1/ |
| H A D | zfs_module.c | 119 if ((status = bs->AllocatePool(EfiLoaderData, sizeof(*dev), in probe() 181 if ((status = bs->AllocatePool(EfiLoaderData, (UINTN)st.st_size, &buf)) in load()
|
| H A D | boot1.c | 76 if (bs->AllocatePool(EfiLoaderData, len, &out) == EFI_SUCCESS) in Malloc() 504 if ((status = bs->AllocatePool(EfiLoaderData, in probe_handle() 616 if ((status = bs->AllocatePool(EfiLoaderData, hsize, (void **)&handles)) in efi_main() 628 if ((status = bs->AllocatePool(EfiLoaderData, hsize, in efi_main()
|
| H A D | ufs_module.c | 119 if ((status = bs->AllocatePool(EfiLoaderData, size, &buf)) != in load()
|
| /titanic_53/usr/src/uts/intel/sys/acpi/platform/ |
| H A D | acefiex.h | 696 EFI_ALLOCATE_POOL AllocatePool; member
|
| /titanic_53/usr/src/boot/sys/boot/efi/include/ |
| H A D | efiapi.h | 747 EFI_ALLOCATE_POOL AllocatePool; member
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/ |
| H A D | main.c | 842 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()
|