Searched refs:AllocatePool (Results 1 – 9 of 9) sorted by relevance
552 NewDevicePath = AllocatePool (Size); in AppendDevicePath()615 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH); in AppendDevicePathNode()
490 #define AllocatePool(x) malloc(x) macro
1050 NewStr = AllocatePool ((Length + 1) * sizeof (CHAR16)); in DevPathToTextUsbWWID()1888 UriStr = AllocatePool (UriLength + 1); in DevPathToTextUri()
3834 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *)AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()3850 DeviceNode = (EFI_DEVICE_PATH_PROTOCOL *)AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()
211 AllocatePool (
1883 EFI_ALLOCATE_POOL AllocatePool; member
747 EFI_ALLOCATE_POOL AllocatePool; member
485 status = BS->AllocatePool(EfiLoaderData, len, (void **)&out); in efi_devpath_to_name()
1662 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()