Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Duefi-dputil.c534 NewDevicePath = AllocatePool (Size); in AppendDevicePath()
598 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH); in AppendDevicePathNode()
670 NewDevicePath = AllocatePool (SrcSize + InstanceSize); in UefiDevicePathLibAppendDevicePathInstance()
897 FileDevicePath = AllocatePool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + END_DEVICE_PATH_LENGTH); in FileDevicePath()
H A Duefi-dplib.h490 #define AllocatePool(x) malloc(x) macro
H A Defivar-dp-format.c1064 NewStr = AllocatePool ((Length + 1) * sizeof (CHAR16)); in DevPathToTextUsbWWID()
1902 UriStr = AllocatePool (UriLength + 1); in DevPathToTextUri()
H A Defivar-dp-parse.c3986 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *)AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()
4017 DeviceNode = (EFI_DEVICE_PATH_PROTOCOL *)AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()
/freebsd/sys/contrib/edk2/Include/Library/
H A DMemoryAllocationLib.h211 AllocatePool (
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1946 EFI_ALLOCATE_POOL AllocatePool; member
/freebsd/stand/efi/libefi/
H A Ddevpath.c487 status = BS->AllocatePool(EfiLoaderData, len, (void **)&out); in efi_devpath_to_name()
/freebsd/stand/efi/loader/
H A Dmain.c1881 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()