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

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dpriv.h57 * PRIV_EQUAL(set_a, set_b) is true if set_a and set_b are identical.
59 #define PRIV_EQUAL(a, b) (priv_isequalset(a, b)) macro

Completed in 58 milliseconds