Searched refs:SAFE_EV (Results 1 – 2 of 2) sorted by relevance
201 #define SAFE_EV (CT_PR_EV_EMPTY) macro203 (((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()
486 #define SAFE_EV (CT_DEV_ALLEVENT) macro487 #define EXCESS(value) ((value) & ~SAFE_EV)