Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libefivar/
H A Duefi-dputil.c552 NewDevicePath = AllocatePool (Size); in AppendDevicePath()
615 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH); in AppendDevicePathNode()
H A Duefi-dplib.h490 #define AllocatePool(x) malloc(x) macro
H A Defivar-dp-format.c1050 NewStr = AllocatePool ((Length + 1) * sizeof (CHAR16)); in DevPathToTextUsbWWID()
1888 UriStr = AllocatePool (UriLength + 1); in DevPathToTextUri()
H A Defivar-dp-parse.c3834 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *)AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()
3850 DeviceNode = (EFI_DEVICE_PATH_PROTOCOL *)AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()
/freebsd-14.2/sys/contrib/edk2/Include/Library/
H A DMemoryAllocationLib.h211 AllocatePool (
/freebsd-14.2/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1883 EFI_ALLOCATE_POOL AllocatePool; member
/freebsd-14.2/stand/efi/include/
H A Defiapi.h747 EFI_ALLOCATE_POOL AllocatePool; member
/freebsd-14.2/stand/efi/libefi/
H A Ddevpath.c485 status = BS->AllocatePool(EfiLoaderData, len, (void **)&out); in efi_devpath_to_name()
/freebsd-14.2/stand/efi/loader/
H A Dmain.c1662 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()