Home
last modified time | relevance | path

Searched refs:A_VALID (Results 1 – 1 of 1) sorted by last modified time

/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)