Searched refs:NT_WARNING (Results 1 – 5 of 5) sorted by relevance
9 #define NT_WARNING(Status) ((ULONG)(Status) >> 30 == 2) macro
54 #ifndef NT_WARNING55 #define NT_WARNING(Status) ((((ULONG)(Status)) >> 30) == 2) macro
105 #define NT_WARNING(Status) ((((ULONG)(Status)) >> 30) == 2) macro
610 #define NT_WARNING(Status) ((((ULONG)(Status)) >> 30) == 2) macro
2905 if (NT_WARNING(Status)) in IopCreateFile()