Searched refs:T_OUTREL (Results 1 – 14 of 14) sorted by relevance
57 case T_OUTREL: in _tx_getstate()
75 tiptr->ti_state == T_OUTREL || in _tx_snddis()
80 tiptr->ti_state == T_OUTREL)) { in _tx_rcvrel()
76 tiptr->ti_state == T_OUTREL)) { in _tx_rcvreldata()
84 tiptr->ti_state == T_OUTREL || in _tx_rcvdis()
79 tiptr->ti_state == T_OUTREL)) { in _tx_rcv()
82 tiptr->ti_state == T_OUTREL)) { in _tx_rcvv()
1046 ntiptr->ti_state = T_OUTREL; in _t_create()
130 *state = T_OUTREL; in t_kgetstate()
202 #define T_OUTREL 6 /* outgoing release pending */ macro
187 #define T_OUTREL 6 /* outgoing release pending */ macro
315 case T_OUTREL: msg = (const char *)"T_OUTREL"; break; in show_tlook()
391 #define T_OUTREL 6 /* outgoing release pending */ macro
444 case T_OUTREL: msg = "T_OUTREL"; break;