Home
last modified time | relevance | path

Searched refs:CTLF_RELIABLE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dcontract.c1858 if (l->ctl_flags & CTLF_RELIABLE) in cte_qrele()
1888 if (l->ctl_flags & CTLF_RELIABLE) in cte_qmove()
2037 if (l->ctl_flags & CTLF_RELIABLE) in cte_qwakeup()
2436 if (l->ctl_flags & CTLF_RELIABLE) in cte_remove_listener()
2675 if ((l->ctl_flags & CTLF_RELIABLE) == 0) { in cte_set_reliable()
2676 l->ctl_flags |= CTLF_RELIABLE; in cte_set_reliable()
/titanic_50/usr/src/uts/common/sys/
H A Dcontract_impl.h301 #define CTLF_RELIABLE 0x8 /* reliable listener */ macro