Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c125 #define EVSENDP(ctp, flag) \ macro
941 if (EVSENDP(ctp, CT_PR_EV_EXIT)) { in contract_process_exit()
959 if (EVSENDP(ctp, CT_PR_EV_EMPTY)) { in contract_process_exit()
1045 if (EVSENDP(ctp, CT_PR_EV_FORK)) { in contract_process_fork()
1074 if (EVSENDP(ctp, CT_PR_EV_CORE)) { in contract_process_core()
1124 if (EVSENDP(ctp, CT_PR_EV_HWERR)) { in contract_process_hwerr()
1160 if (EVSENDP(ctp, CT_PR_EV_SIGNAL)) { in contract_process_sig()
H A Ddevice.c379 #define EVSENDP(ctd, flag) \ macro
1721 if (!broken && !EVSENDP(ctd, evtype) && in contract_device_publish()
1770 } else if (EVSENDP(ctd, event->cte_type)) { in contract_device_publish()