Home
last modified time | relevance | path

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

/freebsd-12.1/stand/efi/boot1/
H A Dzfs_module.c121 if ((status = BS->AllocatePool(EfiLoaderData, sizeof(*dev), in probe()
188 if ((status = BS->AllocatePool(EfiLoaderData, (UINTN)st.st_size, &buf)) in load()
H A Dufs_module.c170 if ((status = BS->AllocatePool(EfiLoaderData, size, &buf)) != in load()
H A Dboot1.c69 if (BS->AllocatePool(EfiLoaderData, len, &out) == EFI_SUCCESS) in Malloc()
/freebsd-12.1/lib/libefivar/
H A Duefi-dputil.c554 NewDevicePath = AllocatePool (Size); in AppendDevicePath()
617 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.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()
H A Defivar-dp-format.c1754 UriStr = AllocatePool (UriLength + 1); in DevPathToTextUri()
/freebsd-12.1/sys/contrib/edk2/Include/Library/
H A DMemoryAllocationLib.h217 AllocatePool (
/freebsd-12.1/stand/efi/include/
H A Defiapi.h744 EFI_ALLOCATE_POOL AllocatePool; member
/freebsd-12.1/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1852 EFI_ALLOCATE_POOL AllocatePool; member
/freebsd-12.1/stand/efi/loader/
H A Dmain.c1306 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()