Searched refs:NewDevicePath (Results 1 – 2 of 2) sorted by relevance
528 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in AppendDevicePath() local554 NewDevicePath = AllocatePool (Size); in AppendDevicePath()556 if (NewDevicePath != NULL) { in AppendDevicePath()557 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in AppendDevicePath()561 DevicePath2 = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath + in AppendDevicePath()566 return NewDevicePath; in AppendDevicePath()606 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in AppendDevicePathNode() local630 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath); in AppendDevicePathNode()634 return NewDevicePath; in AppendDevicePathNode()
3649 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath() local3670 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()3673 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()3682 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()3685 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()