Searched refs:IS_NULL (Results 1 – 2 of 2) sorted by relevance
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()[all …]
62 #define IS_NULL(a) ((a) == '\0') macro