Searched refs:_t_checkfd (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_getstate.c46 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_sync.c47 * In case of fork/exec'd servers, _t_checkfd() has all
58 if ((tiptr = _t_checkfd(fd, force_sync, api_semantics)) == NULL)
H A Dt_close.c47 if (_t_checkfd(fd, 0, api_semantics) == NULL)
H A Dt_rcvconnect.c59 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_sndrel.c55 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_sndreldata.c54 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_getname.c66 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == 0)
119 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == 0)
H A Dt_connect.c68 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_unbind.c56 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_getinfo.c63 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == 0)
H A Dt_look.c49 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_accept.c66 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
68 if ((restiptr = _t_checkfd(resfd, 0, api_semantics)) == NULL)
H A Dt_bind.c65 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_optmgmt.c74 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_rcvdis.c60 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_rcvrel.c64 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == 0)
H A Dt_rcvreldata.c65 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == 0)
H A Dt_rcvudata.c68 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_rcvuderr.c60 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_snd.c62 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_snddis.c56 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_sndudata.c60 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_sndv.c67 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dt_sndvudata.c63 if ((tiptr = _t_checkfd(fd, 0, api_semantics)) == NULL)
H A Dtx.h280 extern struct _ti_user *_t_checkfd(int, int, int);

Completed in 26 milliseconds

12