Lines Matching refs:DevicePath
247 IN OUT CHAR16 **DevicePath, in GetNextDeviceNodeStr() argument
255 Str = *DevicePath; in GetNextDeviceNodeStr()
314 *DevicePath = Str; in GetNextDeviceNodeStr()
3984 EFI_DEVICE_PATH_PROTOCOL *DevicePath; in UefiDevicePathLibConvertTextToDevicePath() local
3990 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *)AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath()
3992 if (DevicePath == NULL) { in UefiDevicePathLibConvertTextToDevicePath()
3993 ASSERT (DevicePath != NULL); in UefiDevicePathLibConvertTextToDevicePath()
3997 SetDevicePathEndNode (DevicePath); in UefiDevicePathLibConvertTextToDevicePath()
4009 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()
4010 if (DevicePath != NULL) { in UefiDevicePathLibConvertTextToDevicePath()
4011 FreePool (DevicePath); in UefiDevicePathLibConvertTextToDevicePath()
4018 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()
4030 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()
4031 if (DevicePath != NULL) { in UefiDevicePathLibConvertTextToDevicePath()
4032 FreePool (DevicePath); in UefiDevicePathLibConvertTextToDevicePath()
4039 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()
4044 return DevicePath; in UefiDevicePathLibConvertTextToDevicePath()