Lines Matching refs:tiptr
58 struct _ti_user *tiptr; in _tx_bind() local
65 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_bind()
75 sig_mutex_lock(&tiptr->ti_lock); in _tx_bind()
81 if (tiptr->ti_state != T_UNBND) { in _tx_bind()
83 sig_mutex_unlock(&tiptr->ti_lock); in _tx_bind()
93 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) { in _tx_bind()
95 sig_mutex_unlock(&tiptr->ti_lock); in _tx_bind()
106 ((tiptr->ti_prov_flag & XPG4_1) != 0); in _tx_bind()
163 (void) _tx_unbind_locked(fd, tiptr, &ctlbuf); in _tx_bind()
169 tiptr->ti_ocnt = 0; in _tx_bind()
170 tiptr->ti_flags &= ~TX_TQFULL_NOTIFIED; in _tx_bind()
172 _T_TX_NEXTSTATE(T_BIND, tiptr, "t_bind: invalid state event T_BIND"); in _tx_bind()
189 tiptr->ti_qlen = (uint_t)bind_ackp->CONIND_number; in _tx_bind()
194 tiptr->ti_ctlbuf = ctlbuf.buf; in _tx_bind()
195 sig_mutex_unlock(&tiptr->ti_lock); in _tx_bind()
204 tiptr->ti_ctlbuf = ctlbuf.buf; in _tx_bind()
205 sig_mutex_unlock(&tiptr->ti_lock); in _tx_bind()