Searched refs:NewDevicePath (Results 1 – 2 of 2) sorted by relevance
526 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in AppendDevicePath() local552 NewDevicePath = AllocatePool (Size); in AppendDevicePath()554 if (NewDevicePath != NULL) { in AppendDevicePath()555 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in AppendDevicePath()559 DevicePath2 = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath + in AppendDevicePath()564 return NewDevicePath; in AppendDevicePath()604 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in AppendDevicePathNode() local628 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath); in AppendDevicePathNode()632 return NewDevicePath; in AppendDevicePathNode()
3980 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath() local4010 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()4019 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()4031 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()4040 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()