Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c202 #define SAFE_EV (CT_PR_EV_EMPTY) macro
204 (((value) & ~((ctp)->ctp_ev_fatal | SAFE_EV)) || \
205 (((value) & ~SAFE_EV) && (ctp->ctp_params & CT_PR_PGRPONLY)))
291 tmpl->ctmpl_ev_info |= (tmpl->ctmpl_ev_crit & ~SAFE_EV); in ctmpl_process_set()
292 tmpl->ctmpl_ev_crit &= SAFE_EV; in ctmpl_process_set()
339 SAFE_EV | (ctp->ctp_params & CT_PR_PGRPONLY) ? in ctmpl_process_set()
H A Ddevice.c487 #define SAFE_EV (CT_DEV_ALLEVENT) macro
488 #define EXCESS(value) ((value) & ~SAFE_EV)
512 param_value = SAFE_EV; in ctmpl_device_set()