Searched refs:A_VALID (Results 1 – 1 of 1) sorted by relevance
218 #define A_VALID 0x0004U macro231 #define SET_VALID_ATTR(a) ((a) |= A_VALID)232 #define CLR_VALID_ATTR(a) ((a) &= ~A_VALID)233 #define GET_VALID_ATTR(a) ((a) & A_VALID)