Home
last modified time | relevance | path

Searched refs:_t_checkfd (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_getname.c64 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == 0) in _tx_getname()
117 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == 0) in _tx_getprotaddr()
H A Dt_sync.c56 if ((tiptr = _t_checkfd(fd, force_sync, api_semantics)) == NULL) in _tx_sync()
H A Dt_getstate.c44 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_getstate()
H A Dt_close.c45 if (_t_checkfd(fd, 0, api_semantics) == NULL) in _tx_close()
H A Dt_accept.c64 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_accept()
66 if ((restiptr = _t_checkfd(resfd, 0, api_semantics)) == NULL) in _tx_accept()
H A Dt_rcvconnect.c57 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_rcvconnect()
H A Dt_sndrel.c53 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_sndrel()
H A Dt_sndreldata.c52 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_sndreldata()
H A Dt_unbind.c54 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_unbind()
H A Dt_getinfo.c61 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == 0) in _tx_getinfo()
H A Dt_connect.c66 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_connect()
H A Dt_look.c52 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_look()
H A Dt_snd.c64 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_snd()
H A Dt_snddis.c54 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_snddis()
H A Dt_rcvreldata.c63 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == 0) in _tx_rcvreldata()
H A Dt_sndudata.c58 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_sndudata()
H A Dt_rcvrel.c62 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == 0) in _tx_rcvrel()
H A Dt_rcvuderr.c58 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_rcvuderr()
H A Dt_sndvudata.c64 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_sndvudata()
H A Dt_bind.c63 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_bind()
H A Dt_sndv.c67 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_sndv()
H A Dtx.h283 extern struct _ti_user *_t_checkfd(int, int, int);
H A Dt_optmgmt.c76 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_optmgmt()
H A Dt_rcvdis.c58 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_rcvdis()
H A Dt_rcvudata.c66 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL) in _tx_rcvudata()

12