Home
last modified time | relevance | path

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

/dragonfly/stand/boot/efi/boot1/
H A Dufs_module.c98 status = BS->AllocatePool(EfiLoaderData, label_size, (void **)&label); in init_dev()
149 if ((status = BS->AllocatePool(EfiLoaderData, size, &buf)) != in load()
H A Dboot1.c73 if (BS->AllocatePool(EfiLoaderData, len, &out) == EFI_SUCCESS)
533 status = BS->AllocatePool(EfiLoaderData, sizeof(*devinfo), in probe_handle()
655 if ((status = BS->AllocatePool(EfiLoaderData, hsize, (void **)&handles)) in efi_main()
667 if ((status = BS->AllocatePool(EfiLoaderData, hsize, in efi_main()
/dragonfly/lib/libefivar/
H A Duefi-dputil.c553 NewDevicePath = AllocatePool (Size); in AppendDevicePath()
616 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH); in AppendDevicePathNode()
H A Duefi-dplib.h501 #define AllocatePool(x) malloc(x) macro
H A Defivar-dp-parse.c3659 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()
3675 DeviceNode = (EFI_DEVICE_PATH_PROTOCOL *) AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()
H A Defivar-dp-format.c1753 UriStr = AllocatePool (UriLength + 1); in DevPathToTextUri()
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
H A DMemoryAllocationLib.h211 AllocatePool (
/dragonfly/stand/boot/efi/libefi/
H A Defipart.c211 status = BS->AllocatePool(EfiLoaderData, label_size, (void **)&label); in efipart_open()
/dragonfly/stand/contrib/edk2/MdePkg/Include/Uefi/
H A DUefiSpec.h1882 EFI_ALLOCATE_POOL AllocatePool; member
/dragonfly/sys/contrib/dev/acpica/source/include/platform/
H A Dacefiex.h882 ACPI_EFI_ALLOCATE_POOL AllocatePool; member