Searched refs:AllocatePool (Results 1 – 8 of 8) sorted by relevance
534 NewDevicePath = AllocatePool (Size); in AppendDevicePath()598 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH); in AppendDevicePathNode()670 NewDevicePath = AllocatePool (SrcSize + InstanceSize); in UefiDevicePathLibAppendDevicePathInstance()897 FileDevicePath = AllocatePool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + END_DEVICE_PATH_LENGTH); in FileDevicePath()
490 #define AllocatePool(x) malloc(x) macro
1064 NewStr = AllocatePool ((Length + 1) * sizeof (CHAR16)); in DevPathToTextUsbWWID()1902 UriStr = AllocatePool (UriLength + 1); in DevPathToTextUri()
3986 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *)AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()4017 DeviceNode = (EFI_DEVICE_PATH_PROTOCOL *)AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()
211 AllocatePool (
1946 EFI_ALLOCATE_POOL AllocatePool; member
487 status = BS->AllocatePool(EfiLoaderData, len, (void **)&out); in efi_devpath_to_name()
1881 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()