Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpriv_impl.h108 #define PRIV_ASSERT(a, b) priv_addset((a), (b)) macro
112 #define PRIV_ASSERT(a, b) __PRIV_ASSERT((a), (b)) macro
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dpriv.h47 #define PRIV_ASSERT(a, b) (priv_addset(a, b)) macro