Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libefivar/
Duefi-dputil.c554 NewDevicePath = AllocatePool (Size); in AppendDevicePath()
617 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH); in AppendDevicePathNode()
Duefi-dplib.h501 #define AllocatePool(x) malloc(x) macro
Defivar-dp-parse.c3660 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()
3676 DeviceNode = (EFI_DEVICE_PATH_PROTOCOL *) AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()
Defivar-dp-format.c1754 UriStr = AllocatePool (UriLength + 1); in DevPathToTextUri()
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
DMemoryAllocationLib.h217 AllocatePool (
/freebsd-12-stable/stand/efi/libefi/
Ddevpath.c488 status = BS->AllocatePool(EfiLoaderData, len, (void **)&out); in efi_devpath_to_name()
/freebsd-12-stable/sys/contrib/edk2/Include/Uefi/
DUefiSpec.h1852 EFI_ALLOCATE_POOL AllocatePool; member
/freebsd-12-stable/stand/efi/include/
Defiapi.h748 EFI_ALLOCATE_POOL AllocatePool; member
/freebsd-12-stable/stand/efi/loader/
Dmain.c1522 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()