Searched refs:DeviceNodeStr (Results 1 – 1 of 1) sorted by relevance
3593 CHAR16 *DeviceNodeStr; in UefiDevicePathLibConvertTextToDeviceNode() local3602 DeviceNodeStr = UefiDevicePathLibStrDuplicate (TextDeviceNode); in UefiDevicePathLibConvertTextToDeviceNode()3603 ASSERT (DeviceNodeStr != NULL); in UefiDevicePathLibConvertTextToDeviceNode()3606 …ParamStr = GetParamByNodeName (DeviceNodeStr, mUefiDevicePathLibDevPathFromTextTable[Index].Device… in UefiDevicePathLibConvertTextToDeviceNode()3618 DeviceNode = FromText (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()3624 FreePool (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()3652 CHAR16 *DeviceNodeStr; in UefiDevicePathLibConvertTextToDevicePath() local3667 while ((DeviceNodeStr = GetNextDeviceNodeStr (&Str, &IsInstanceEnd)) != NULL) { in UefiDevicePathLibConvertTextToDevicePath()3668 DeviceNode = UefiDevicePathLibConvertTextToDeviceNode (DeviceNodeStr); in UefiDevicePathLibConvertTextToDevicePath()