Lines Matching refs:resfd
51 int resfd, in _tx_accept() argument
68 if ((restiptr = _t_checkfd(resfd, 0, api_semantics)) == NULL) in _tx_accept()
100 if ((fd == resfd && tiptr->ti_state != T_INCON) || in _tx_accept()
101 (fd != resfd && in _tx_accept()
118 if (fd != resfd && restiptr->ti_state == T_IDLE && in _tx_accept()
126 if (fd == resfd && tiptr->ti_ocnt > 1) { in _tx_accept()
149 if (fd != resfd) { in _tx_accept()
150 if ((retval = ioctl(resfd, I_NREAD, &size)) < 0) { in _tx_accept()
262 strfdinsert.fildes = resfd; in _tx_accept()
292 if (fd == resfd) { in _tx_accept()
315 if (fd != resfd) in _tx_accept()
319 if (fd != resfd) in _tx_accept()
335 if (_t_do_postconn_sync(resfd, restiptr) < 0) in _tx_accept()