Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/c2/
H A Daudit_start.c311 if (tad->tad_evmod & PAD_FPRIVUSE) { in audit_finish()
H A Daudit.h83 #define PAD_FPRIVUSE 0x0100 /* failed use of privileged */ macro
H A Daudit.c1650 sbit = flag ? PAD_SPRIVUSE : PAD_FPRIVUSE; in audit_priv()
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c1429 { (int)PAD_FPRIVUSE, "fp" }, /* failed use of priv */ in eventmodifier2string()