Home
last modified time | relevance | path

Searched refs:cte_id (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcontract.c157 mdb_printf("%12p %8llu %12p %6d %12p %12p %b\n", addr, cte.cte_id, in cmd_ctevent()
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c682 if (ev->cte_id == evid) { in contract_ack()
757 if (ev->cte_id == evid) { in contract_qack()
1019 ct->ct_nevent ? ct->ct_nevent->cte_id : 0); in contract_status_common()
2311 evid = e->cte_id = atomic_inc_64_nv(&ct->ct_type->ct_type_evid); in cte_publish_all()
2513 if (((old = l->ctl_position) != NULL) && (old->cte_id == id)) in cte_next_event()
2628 STRUCT_FSET(ev, ctev_evid, temp->cte_id); in cte_get_event()
/illumos-gate/usr/src/uts/common/sys/
H A Dcontract_impl.h191 uint64_t cte_id; /* event id */ member
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c1785 ctd->cond_contract.ct_nevent->cte_id : 0; in contract_device_publish()