Searched refs:AllocatePool (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/contrib/edk2/Include/Library/
H A DMemoryAllocationLib.h217 AllocatePool (
/freebsd-12-stable/lib/libefivar/
H A Duefi-dputil.c554 NewDevicePath = AllocatePool (Size);
617 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH);
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);
3676 DeviceNode = (EFI_DEVICE_PATH_PROTOCOL *) AllocatePool (END_DEVICE_PATH_LENGTH);
H A Defivar-dp-format.c1754 UriStr = AllocatePool (UriLength + 1);
/freebsd-12-stable/stand/efi/boot1/
H A Dboot1.c57 * Provide Malloc / Free / Calloc backed by EFIs AllocatePool / FreePool which ensures
67 if (BS->AllocatePool(EfiLoaderData, len, &out) == EFI_SUCCESS)
/freebsd-12-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h913 must be allocated by calling AllocatePool().
1852 EFI_ALLOCATE_POOL AllocatePool; member in struct:__anon10665
/freebsd-12-stable/stand/efi/libefi/
H A Ddevpath.c479 * We need to return memory from AllocatePool, so it can be freed
488 status = BS->AllocatePool(EfiLoaderData, len, (void **)&out);
/freebsd-12-stable/stand/efi/loader/
H A Dmain.c1477 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf);
/freebsd-12-stable/stand/efi/include/
H A Defiapi.h748 EFI_ALLOCATE_POOL AllocatePool; member in struct:__anon8954

Completed in 207 milliseconds