Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dcontract.c136 { "NEG", CTE_NEG, CTE_NEG },
/titanic_50/usr/src/uts/common/sys/
H A Dcontract.h61 #define CTE_NEG 0x4 macro
/titanic_50/usr/src/cmd/ctwatch/
H A Dctwatch.c150 (flags & CTE_INFO) ? "info" : (flags & CTE_NEG) ? "neg" : "crit", in get_event()
/titanic_50/usr/src/uts/common/os/
H A Dcontract.c680 if (ev->cte_flags & CTE_NEG) in contract_ack()
755 if ((ev->cte_flags & (CTE_NEG | CTE_ACK)) == CTE_NEG) { in contract_qack()
2311 if (e->cte_flags & CTE_NEG) { in cte_publish_all()
2624 (CTE_ACK|CTE_INFO|CTE_NEG)); in cte_get_event()
/titanic_50/usr/src/uts/common/contract/
H A Ddevice.c1755 event->cte_flags = CTE_NEG; /* critical neg. event */ in contract_device_publish()