Searched defs:A_VALID (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h218 #define A_VALID 0x0004U macro
231 #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)

Completed in 59 milliseconds