Home
last modified time | relevance | path

Searched refs:resfd (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libnsl/nsl/
H A Dt_accept.c51 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()
[all …]
H A Dxti_wrappers.c58 _xti_accept(int fd, int resfd, const struct t_call *call) in _xti_accept() argument
60 return (_tx_accept(fd, resfd, call, TX_XTI_API)); in _xti_accept()
64 _xti_xns5_accept(int fd, int resfd, const struct t_call *call) in _xti_xns5_accept() argument
66 return (_tx_accept(fd, resfd, call, TX_XTI_XNS5_API)); in _xti_xns5_accept()
H A Dtli_wrappers.c44 t_accept(int fd, int resfd, struct t_call *call) in t_accept() argument
46 return (_tx_accept(fd, resfd, call, TX_TLI_API)); in t_accept()
/titanic_44/usr/src/uts/common/sys/
H A Dtiuser.h197 extern int t_accept(int fildes, int resfd, struct t_call *call);