Lines Matching refs:DeviceNodeStr
3045 CHAR16 *DeviceNodeStr; in DevPathFromTextDns() local
3056 DeviceNodeStr = UefiDevicePathLibStrDuplicate (TextDeviceNode); in DevPathFromTextDns()
3057 if (DeviceNodeStr == NULL) { in DevPathFromTextDns()
3061 DeviceNodeStrPtr = DeviceNodeStr; in DevPathFromTextDns()
3069 FreePool (DeviceNodeStr); in DevPathFromTextDns()
3070 DeviceNodeStr = NULL; in DevPathFromTextDns()
3919 CHAR16 *DeviceNodeStr; in UefiDevicePathLibConvertTextToDeviceNode() local
3928 DeviceNodeStr = UefiDevicePathLibStrDuplicate (TextDeviceNode); in UefiDevicePathLibConvertTextToDeviceNode()
3929 ASSERT (DeviceNodeStr != NULL); in UefiDevicePathLibConvertTextToDeviceNode()
3932 …ParamStr = GetParamByNodeName (DeviceNodeStr, mUefiDevicePathLibDevPathFromTextTable[Index].Device… in UefiDevicePathLibConvertTextToDeviceNode()
3944 DeviceNode = FromText (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()
3950 FreePool (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()
3978 CHAR16 *DeviceNodeStr; in UefiDevicePathLibConvertTextToDevicePath() local
4002 while ((DeviceNodeStr = GetNextDeviceNodeStr (&Str, &IsInstanceEnd)) != NULL) { in UefiDevicePathLibConvertTextToDevicePath()
4003 DeviceNode = UefiDevicePathLibConvertTextToDeviceNode (DeviceNodeStr); in UefiDevicePathLibConvertTextToDevicePath()