Lines Matching refs:IS_NULL
131 while (!IS_NULL (*StrPointer)) { in GetParamByNodeName()
140 if (IS_NULL (*StrPointer)) { in GetParamByNodeName()
185 if (IS_NULL (*Str)) { in SplitStr()
192 while (!IS_NULL (*Str)) { in SplitStr()
257 if (IS_NULL (*Str)) { in GetNextDeviceNodeStr()
264 while (!IS_NULL (*Str)) { in GetNextDeviceNodeStr()
282 while (!IS_NULL (*Str)) { in GetNextDeviceNodeStr()
309 if (!IS_NULL (*Str)) { in GetNextDeviceNodeStr()
417 while (!IS_NULL (*Str)) { in StrToAscii()
1106 if (IS_NULL (*DisplayDeviceStr)) { in DevPathFromTextAcpiAdr()
2104 if (!IS_NULL (*GatewayIPStr) && !IS_NULL (*SubnetMaskStr)) { in DevPathFromTextIPv4()
2167 if (!IS_NULL (*GatewayIPStr) && !IS_NULL (*PrefixLengthStr)) { in DevPathFromTextIPv6()
2878 if (IS_NULL (*ProtocolStr) || (StrCmp (ProtocolStr, "TCP") == 0)) { in DevPathFromTextiSCSI()
3102 while (!IS_NULL (*DeviceNodeStrPtr)) { in DevPathFromTextDns()
3927 if ((TextDeviceNode == NULL) || (IS_NULL (*TextDeviceNode))) { in UefiDevicePathLibConvertTextToDeviceNode()
3987 if ((TextDevicePath == NULL) || (IS_NULL (*TextDevicePath))) { in UefiDevicePathLibConvertTextToDevicePath()