Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/contract/
H A Dprocess.c201 #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); in ctmpl_process_set()
291 tmpl->ctmpl_ev_crit &= SAFE_EV; in ctmpl_process_set()
338 SAFE_EV | (ctp->ctp_params & CT_PR_PGRPONLY) ? in ctmpl_process_set()
H A Ddevice.c486 #define SAFE_EV (CT_DEV_ALLEVENT) macro
487 #define EXCESS(value) ((value) & ~SAFE_EV)