Searched refs:S_EXTENDED_STATUS (Results 1 – 1 of 1) sorted by relevance
48394 #define S_EXTENDED_STATUS 0 macro48396 #define V_EXTENDED_STATUS(x) ((x) << S_EXTENDED_STATUS)48397 #define G_EXTENDED_STATUS(x) (((x) >> S_EXTENDED_STATUS) & M_EXTENDED_STATUS)