Searched refs:NewDevicePath (Results 1 – 2 of 2) sorted by relevance
508 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in AppendDevicePath() local534 NewDevicePath = AllocatePool (Size); in AppendDevicePath()536 if (NewDevicePath != NULL) { in AppendDevicePath()537 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in AppendDevicePath()541 DevicePath2 = (EFI_DEVICE_PATH_PROTOCOL *)((CHAR8 *)NewDevicePath + in AppendDevicePath()546 return NewDevicePath; in AppendDevicePath()586 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in AppendDevicePathNode() local612 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath); in AppendDevicePathNode()616 return NewDevicePath; in AppendDevicePathNode()650 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in UefiDevicePathLibAppendDevicePathInstance() local[all …]
3975 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath() local4005 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()4014 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()4026 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()4035 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()