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