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

/illumos-gate/usr/src/uts/common/sys/
H A Dpriv_impl.h99 * PRIV_ASSERT(a, b) sets privilege "b" in privilege set "a".
110 #define PRIV_ASSERT(a, b) priv_addset((a), (b)) macro
114 #define PRIV_ASSERT(a, b) __PRIV_ASSERT((a), (b)) macro
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dpriv.h47 * PRIV_ASSERT(a, b) setst.privilege "b" in privilege set "a".
49 #define PRIV_ASSERT(a, b) (priv_addset(a, b)) macro

Completed in 59 milliseconds