Lines Matching refs:tiptr
49 struct _ti_user *tiptr; in _tx_unbind() local
54 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_unbind()
62 if (tiptr->ti_state != T_IDLE) { in _tx_unbind()
75 sig_mutex_lock(&tiptr->ti_lock); in _tx_unbind()
81 if (_t_acquire_ctlbuf(tiptr, &ctlbuf, &didalloc) < 0) { in _tx_unbind()
83 sig_mutex_unlock(&tiptr->ti_lock); in _tx_unbind()
89 retval = _tx_unbind_locked(fd, tiptr, &ctlbuf); in _tx_unbind()
95 tiptr->ti_ctlbuf = ctlbuf.buf; in _tx_unbind()
96 sig_mutex_unlock(&tiptr->ti_lock); in _tx_unbind()
103 _tx_unbind_locked(int fd, struct _ti_user *tiptr, struct strbuf *ctlbufp) in _tx_unbind_locked() argument
108 if (_t_is_event(fd, tiptr) < 0) in _tx_unbind_locked()
128 tiptr->ti_flags &= ~(MORE|EXPEDITED); in _tx_unbind_locked()
130 _T_TX_NEXTSTATE(T_UNBIND, tiptr, in _tx_unbind_locked()