Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dcontract.c680 if (ev->cte_flags & CTE_NEG) in contract_ack()
684 if ((ev->cte_flags & (CTE_INFO | CTE_ACK)) == 0) { in contract_ack()
685 ev->cte_flags |= CTE_ACK; in contract_ack()
755 if ((ev->cte_flags & (CTE_NEG | CTE_ACK)) == CTE_NEG) { in contract_qack()
794 if ((ev->cte_flags & (CTE_INFO | CTE_ACK)) == 0) { in contract_orphan()
795 ev->cte_flags |= CTE_ACK; in contract_orphan()
1955 if ((crit && (e->cte_flags & (CTE_INFO | CTE_ACK))) || in cte_qreadable()
2075 if ((e->cte_flags & (CTE_INFO | CTE_ACK)) == 0) { in cte_copy()
2130 flags = e->cte_flags; in cte_trim()
2173 if (ack && ((e->cte_flags & (CTE_INFO | CTE_ACK)) == 0)) { in cte_queue_drain()
[all …]
/titanic_44/usr/src/uts/common/contract/
H A Dprocess.c953 event->cte_flags = EVINFOP(ctp, CT_PR_EV_EXIT) ? CTE_INFO : 0; in contract_process_exit()
971 event->cte_flags = EVINFOP(ctp, CT_PR_EV_EMPTY) ? in contract_process_exit()
1056 event->cte_flags = EVINFOP(ctp, CT_PR_EV_FORK) ? CTE_INFO : 0; in contract_process_fork()
1103 event->cte_flags = EVINFOP(ctp, CT_PR_EV_CORE) ? CTE_INFO : 0; in contract_process_core()
1135 event->cte_flags = EVINFOP(ctp, CT_PR_EV_HWERR) ? CTE_INFO : 0; in contract_process_hwerr()
1185 event->cte_flags = EVINFOP(ctp, CT_PR_EV_SIGNAL) ? CTE_INFO : 0; in contract_process_sig()
H A Ddevice.c1755 event->cte_flags = CTE_NEG; /* critical neg. event */ in contract_device_publish()
1768 event->cte_flags = 0; /* critical event */ in contract_device_publish()
1777 event->cte_flags = EVINFOP(ctd, event->cte_type) ? in contract_device_publish()
1786 event->cte_flags = 0; /* NEGEND is always critical */ in contract_device_publish()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dcontract.c161 cte.cte_flags, ct_event_flags); in cmd_ctevent()
/titanic_44/usr/src/uts/common/sys/
H A Dcontract_impl.h195 int cte_flags; /* see above */ member