Lines Matching refs:DeviceNodeStr
3050 CHAR16 *DeviceNodeStr; in DevPathFromTextDns() local
3061 DeviceNodeStr = UefiDevicePathLibStrDuplicate (TextDeviceNode); in DevPathFromTextDns()
3062 if (DeviceNodeStr == NULL) { in DevPathFromTextDns()
3066 DeviceNodeStrPtr = DeviceNodeStr; in DevPathFromTextDns()
3074 FreePool (DeviceNodeStr); in DevPathFromTextDns()
3075 DeviceNodeStr = NULL; in DevPathFromTextDns()
3924 CHAR16 *DeviceNodeStr; in UefiDevicePathLibConvertTextToDeviceNode() local
3933 DeviceNodeStr = UefiDevicePathLibStrDuplicate (TextDeviceNode); in UefiDevicePathLibConvertTextToDeviceNode()
3934 ASSERT (DeviceNodeStr != NULL); in UefiDevicePathLibConvertTextToDeviceNode()
3937 …ParamStr = GetParamByNodeName (DeviceNodeStr, mUefiDevicePathLibDevPathFromTextTable[Index].Device… in UefiDevicePathLibConvertTextToDeviceNode()
3949 DeviceNode = FromText (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()
3955 FreePool (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()
3983 CHAR16 *DeviceNodeStr; in UefiDevicePathLibConvertTextToDevicePath() local
4007 while ((DeviceNodeStr = GetNextDeviceNodeStr (&Str, &IsInstanceEnd)) != NULL) { in UefiDevicePathLibConvertTextToDevicePath()
4008 DeviceNode = UefiDevicePathLibConvertTextToDeviceNode (DeviceNodeStr); in UefiDevicePathLibConvertTextToDevicePath()