Searched refs:restiptr (Results 1 – 1 of 1) sorted by relevance
60 struct _ti_user *restiptr; in _tx_accept() local68 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()[all …]