Home
last modified time | relevance | path

Searched refs:cte_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c951 event->cte_type = CT_PR_EV_EXIT; in contract_process_exit()
970 event->cte_type = CT_PR_EV_EMPTY; in contract_process_exit()
1054 event->cte_type = CT_PR_EV_FORK; in contract_process_fork()
1101 event->cte_type = CT_PR_EV_CORE; in contract_process_core()
1133 event->cte_type = CT_PR_EV_HWERR; in contract_process_hwerr()
1183 event->cte_type = CT_PR_EV_SIGNAL; in contract_process_sig()
H A Ddevice.c1736 event->cte_type = evtype; in contract_device_publish()
1757 ctd->cond_currev_type = event->cte_type; in contract_device_publish()
1770 } else if (EVSENDP(ctd, event->cte_type)) { in contract_device_publish()
1778 event->cte_flags = EVINFOP(ctd, event->cte_type) ? in contract_device_publish()
1795 ctd->cond_contract.ct_id, event->cte_type)); in contract_device_publish()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcontract.c158 cte.cte_contract, cte.cte_type, cte.cte_data, cte.cte_gdata, in cmd_ctevent()
/illumos-gate/usr/src/uts/common/sys/
H A Dcontract_impl.h192 uint_t cte_type; /* event type */ member
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c690 evtype = ev->cte_type; in contract_ack()
759 evtype = ev->cte_type; in contract_qack()
2322 } else if (e->cte_type == CT_EV_NEGEND) { in cte_publish_all()
2633 STRUCT_FSET(ev, ctev_type, temp->cte_type); in cte_get_event()