Lines Matching refs:DevicePath
253 IN OUT CHAR16 **DevicePath, in GetNextDeviceNodeStr() argument
261 Str = *DevicePath; in GetNextDeviceNodeStr()
318 *DevicePath = Str; in GetNextDeviceNodeStr()
3654 EFI_DEVICE_PATH_PROTOCOL *DevicePath; in UefiDevicePathLibConvertTextToDevicePath() local
3660 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()
3661 ASSERT (DevicePath != NULL); in UefiDevicePathLibConvertTextToDevicePath()
3662 SetDevicePathEndNode (DevicePath); in UefiDevicePathLibConvertTextToDevicePath()
3670 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()
3671 FreePool (DevicePath); in UefiDevicePathLibConvertTextToDevicePath()
3673 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()
3682 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()
3683 FreePool (DevicePath); in UefiDevicePathLibConvertTextToDevicePath()
3685 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()
3690 return DevicePath; in UefiDevicePathLibConvertTextToDevicePath()