Searched refs:S_MSGTYPE (Results 1 – 1 of 1) sorted by relevance
1596 #define S_MSGTYPE 0 macro1598 #define V_MSGTYPE(x) ((x) << S_MSGTYPE)1599 #define G_MSGTYPE(x) (((x) >> S_MSGTYPE) & M_MSGTYPE)