Lines Matching refs:tiptr
51 struct _ti_user *tiptr; in _tx_sndrel() local
53 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_sndrel()
55 sig_mutex_lock(&tiptr->ti_lock); in _tx_sndrel()
57 if (tiptr->ti_servtype != T_COTS_ORD) { in _tx_sndrel()
59 sig_mutex_unlock(&tiptr->ti_lock); in _tx_sndrel()
68 if (!(tiptr->ti_state == T_DATAXFER || in _tx_sndrel()
69 tiptr->ti_state == T_INREL)) { in _tx_sndrel()
71 sig_mutex_unlock(&tiptr->ti_lock); in _tx_sndrel()
75 if (_t_look_locked(fd, tiptr, 0, in _tx_sndrel()
78 sig_mutex_unlock(&tiptr->ti_lock); in _tx_sndrel()
94 sig_mutex_unlock(&tiptr->ti_lock); in _tx_sndrel()
102 sig_mutex_lock(&tiptr->ti_lock); in _tx_sndrel()
103 _T_TX_NEXTSTATE(T_SNDREL, tiptr, in _tx_sndrel()
105 sig_mutex_unlock(&tiptr->ti_lock); in _tx_sndrel()