Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_accept.c49 int resfd, in _tx_accept() argument
98 if ((fd == resfd && tiptr->ti_state != T_INCON) || in _tx_accept()
99 (fd != resfd && in _tx_accept()
116 if (fd != resfd && restiptr->ti_state == T_IDLE && in _tx_accept()
124 if (fd == resfd && tiptr->ti_ocnt > 1) { in _tx_accept()
147 if (fd != resfd) { in _tx_accept()
260 strfdinsert.fildes = resfd; in _tx_accept()
290 if (fd == resfd) { in _tx_accept()
313 if (fd != resfd) in _tx_accept()
317 if (fd != resfd) in _tx_accept()
[all …]
H A Dxti_wrappers.c55 _xti_accept(int fd, int resfd, const struct t_call *call) in _xti_accept() argument
57 return (_tx_accept(fd, resfd, call, TX_XTI_API)); in _xti_accept()
61 _xti_xns5_accept(int fd, int resfd, const struct t_call *call) in _xti_xns5_accept() argument
63 return (_tx_accept(fd, resfd, call, TX_XTI_XNS5_API)); in _xti_xns5_accept()
H A Dtli_wrappers.c42 t_accept(int fd, int resfd, struct t_call *call) in t_accept() argument
44 return (_tx_accept(fd, resfd, call, TX_TLI_API)); in t_accept()
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h197 extern int t_accept(int fildes, int resfd, struct t_call *call);