Searched refs:SAFE_EV (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c196 * SAFE_EV is the set of events which a non-privileged process is
201 #define SAFE_EV (CT_PR_EV_EMPTY) macro
203 (((value) & ~((ctp)->ctp_ev_fatal | SAFE_EV)) || \
204 (((value) & ~SAFE_EV) && (ctp->ctp_params & CT_PR_PGRPONLY)))
290 tmpl->ctmpl_ev_info |= (tmpl->ctmpl_ev_crit & ~SAFE_EV);
291 tmpl->ctmpl_ev_crit &= SAFE_EV;
338 SAFE_EV | (ctp->ctp_params & CT_PR_PGRPONLY) ?
H A Ddevice.c477 * SAFE_EV is the set of events which a non-privileged process is
486 #define SAFE_EV (CT_DEV_ALLEVENT) macro
487 #define EXCESS(value) ((value) & ~SAFE_EV)

Completed in 49 milliseconds