Lines Matching refs:tiptr
56 struct _ti_user *tiptr; in _tx_bind() local
63 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_bind()
73 sig_mutex_lock(&tiptr->ti_lock); in _tx_bind()
79 if (tiptr->ti_state != T_UNBND) { in _tx_bind()
81 sig_mutex_unlock(&tiptr->ti_lock); in _tx_bind()
91 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) { in _tx_bind()
93 sig_mutex_unlock(&tiptr->ti_lock); in _tx_bind()
104 ((tiptr->ti_prov_flag & XPG4_1) != 0); in _tx_bind()
161 (void) _tx_unbind_locked(fd, tiptr, &ctlbuf); in _tx_bind()
167 tiptr->ti_ocnt = 0; in _tx_bind()
168 tiptr->ti_flags &= ~TX_TQFULL_NOTIFIED; in _tx_bind()
170 _T_TX_NEXTSTATE(T_BIND, tiptr, "t_bind: invalid state event T_BIND"); in _tx_bind()
187 tiptr->ti_qlen = (uint_t)bind_ackp->CONIND_number; in _tx_bind()
192 tiptr->ti_ctlbuf = ctlbuf.buf; in _tx_bind()
193 sig_mutex_unlock(&tiptr->ti_lock); in _tx_bind()
202 tiptr->ti_ctlbuf = ctlbuf.buf; in _tx_bind()
203 sig_mutex_unlock(&tiptr->ti_lock); in _tx_bind()