Searched refs:EVSENDP (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/contract/ |
H A D | process.c | 124 #define EVSENDP(ctp, flag) \ macro 944 if (EVSENDP(ctp, CT_PR_EV_EXIT)) { in contract_process_exit() 962 if (EVSENDP(ctp, CT_PR_EV_EMPTY)) { in contract_process_exit() 1048 if (EVSENDP(ctp, CT_PR_EV_FORK)) { in contract_process_fork() 1077 if (EVSENDP(ctp, CT_PR_EV_CORE)) { in contract_process_core() 1127 if (EVSENDP(ctp, CT_PR_EV_HWERR)) { in contract_process_hwerr() 1163 if (EVSENDP(ctp, CT_PR_EV_SIGNAL)) { in contract_process_sig()
|
H A D | device.c | 378 #define EVSENDP(ctd, flag) \ macro 1720 if (!broken && !EVSENDP(ctd, evtype) && in contract_device_publish() 1769 } else if (EVSENDP(ctd, event->cte_type)) { in contract_device_publish()
|