Searched refs:AllocatePool (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/stand/efi/boot1/ |
| H A D | zfs_module.c | 121 if ((status = BS->AllocatePool(EfiLoaderData, sizeof(*dev), in probe() 188 if ((status = BS->AllocatePool(EfiLoaderData, (UINTN)st.st_size, &buf)) in load()
|
| H A D | ufs_module.c | 170 if ((status = BS->AllocatePool(EfiLoaderData, size, &buf)) != in load()
|
| H A D | boot1.c | 69 if (BS->AllocatePool(EfiLoaderData, len, &out) == EFI_SUCCESS) in Malloc()
|
| /freebsd-12.1/lib/libefivar/ |
| H A D | uefi-dputil.c | 554 NewDevicePath = AllocatePool (Size); in AppendDevicePath() 617 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH); in AppendDevicePathNode()
|
| H A D | uefi-dplib.h | 501 #define AllocatePool(x) malloc(x) macro
|
| H A D | efivar-dp-parse.c | 3660 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 D | efivar-dp-format.c | 1754 UriStr = AllocatePool (UriLength + 1); in DevPathToTextUri()
|
| /freebsd-12.1/sys/contrib/edk2/Include/Library/ |
| H A D | MemoryAllocationLib.h | 217 AllocatePool (
|
| /freebsd-12.1/stand/efi/include/ |
| H A D | efiapi.h | 744 EFI_ALLOCATE_POOL AllocatePool; member
|
| /freebsd-12.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 1852 EFI_ALLOCATE_POOL AllocatePool; member
|
| /freebsd-12.1/stand/efi/loader/ |
| H A D | main.c | 1306 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()
|