Home
last modified time | relevance | path

Searched refs:INVERSE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetauditflags.c42 #define INVERSE 0x4 /* '^' invert the mask */ macro
197 prefix |= INVERSE; in __chkflags()
231 if ((prefix & (INVERSE | SUCCESS)) == SUCCESS) { in __chkflags()
233 } else if ((prefix & (INVERSE | SUCCESS)) == in __chkflags()
234 (INVERSE | SUCCESS)) { in __chkflags()
237 if ((prefix & (INVERSE | FAILURE)) == FAILURE) { in __chkflags()
239 } else if ((prefix & (INVERSE | FAILURE)) == in __chkflags()
240 (INVERSE | FAILURE)) { in __chkflags()