Home
last modified time | relevance | path

Searched refs:AllocatePool (Results 1 – 6 of 6) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/efi/boot1/
H A Dzfs_module.c119 if ((status = bs->AllocatePool(EfiLoaderData, sizeof(*dev), in probe()
181 if ((status = bs->AllocatePool(EfiLoaderData, (UINTN)st.st_size, &buf)) in load()
H A Dboot1.c76 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 Dufs_module.c119 if ((status = bs->AllocatePool(EfiLoaderData, size, &buf)) != in load()
/titanic_53/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h696 EFI_ALLOCATE_POOL AllocatePool; member
/titanic_53/usr/src/boot/sys/boot/efi/include/
H A Defiapi.h747 EFI_ALLOCATE_POOL AllocatePool; member
/titanic_53/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c842 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()