Lines Matching refs:tiptr
59 struct _ti_user *tiptr; in _tx_snd() local
66 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_snd()
68 sig_mutex_lock(&tiptr->ti_lock); in _tx_snd()
70 if (tiptr->ti_servtype == T_CLTS) { in _tx_snd()
72 sig_mutex_unlock(&tiptr->ti_lock); in _tx_snd()
81 if (! (tiptr->ti_state == T_DATAXFER || in _tx_snd()
82 tiptr->ti_state == T_INREL)) { in _tx_snd()
84 sig_mutex_unlock(&tiptr->ti_lock); in _tx_snd()
95 sig_mutex_unlock(&tiptr->ti_lock); in _tx_snd()
99 tsdu_limit = tiptr->ti_etsdusize; in _tx_snd()
102 tsdu_limit = tiptr->ti_tsdusize; in _tx_snd()
108 sig_mutex_unlock(&tiptr->ti_lock); in _tx_snd()
116 lookevent = _t_look_locked(fd, tiptr, 0, api_semantics); in _tx_snd()
119 sig_mutex_unlock(&tiptr->ti_lock); in _tx_snd()
132 sig_mutex_unlock(&tiptr->ti_lock); in _tx_snd()
138 if (nbytes == 0 && !(tiptr->ti_prov_flag & (SENDZERO|OLD_SENDZERO))) { in _tx_snd()
140 sig_mutex_unlock(&tiptr->ti_lock); in _tx_snd()
144 doputmsg = (tiptr->ti_tsdusize != 0) || (flags & T_EXPEDITED); in _tx_snd()
158 if (! (tiptr->ti_prov_flag & EXPINLINE)) in _tx_snd()
172 sig_mutex_unlock(&tiptr->ti_lock); in _tx_snd()
181 if (bytes_to_send > (unsigned int)tiptr->ti_maxpsz) { in _tx_snd()
183 bytes_to_send = (unsigned int)tiptr->ti_maxpsz; in _tx_snd()
238 _T_TX_NEXTSTATE(T_SND, tiptr, "t_snd: invalid state event T_SND"); in _tx_snd()