Lines Matching refs:restiptr
60 struct _ti_user *restiptr; in _tx_accept() local
68 if ((restiptr = _t_checkfd(resfd, 0, api_semantics)) == NULL) in _tx_accept()
103 !(restiptr->ti_state == T_IDLE || in _tx_accept()
104 restiptr->ti_state == T_UNBND)))) { in _tx_accept()
118 if (fd != resfd && restiptr->ti_state == T_IDLE && in _tx_accept()
119 restiptr->ti_qlen > 0) { in _tx_accept()
193 if ((restiptr->ti_flags & V_ACCEPTOR_ID) != 0) { in _tx_accept()
194 cres->ACCEPTOR_id = restiptr->acceptor_id; in _tx_accept()
239 if ((restiptr->ti_flags & V_ACCEPTOR_ID) != 0) { in _tx_accept()
307 sig_mutex_lock(&restiptr->ti_lock); in _tx_accept()
308 _T_TX_NEXTSTATE(T_PASSCON, restiptr, in _tx_accept()
310 sig_mutex_unlock(&restiptr->ti_lock); in _tx_accept()
316 sig_mutex_lock(&restiptr->ti_lock); in _tx_accept()
317 _T_TX_NEXTSTATE(T_PASSCON, restiptr, in _tx_accept()
320 sig_mutex_unlock(&restiptr->ti_lock); in _tx_accept()
334 if (restiptr->ti_tsdusize != 0) { in _tx_accept()
335 if (_t_do_postconn_sync(resfd, restiptr) < 0) in _tx_accept()