Searched refs:AllocatePool (Results 1 – 9 of 9) sorted by relevance
554 NewDevicePath = AllocatePool (Size); in AppendDevicePath()617 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH); in AppendDevicePathNode()
501 #define AllocatePool(x) malloc(x) macro
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()
1754 UriStr = AllocatePool (UriLength + 1); in DevPathToTextUri()
217 AllocatePool (
488 status = BS->AllocatePool(EfiLoaderData, len, (void **)&out); in efi_devpath_to_name()
1852 EFI_ALLOCATE_POOL AllocatePool; member
748 EFI_ALLOCATE_POOL AllocatePool; member
1522 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()