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

/illumos-gate/usr/src/uts/common/sys/
H A Dpriv_impl.h105 #define __PRIV_CLEAR(a, b) ((a)->pbits[privword(b)] &= ~privmask(b)) macro
113 #define PRIV_CLEAR(a, b) __PRIV_CLEAR((a), (b))

Completed in 58 milliseconds