Searched refs:TBADF (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtpicommon.h59 #define TBADF 4 /* Illegal file descriptor */ macro
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_main.c69 * t_getstate fails with TBADF, this is not a
72 if (t_getstate(0) != -1 || t_errno != TBADF) {
H A Drpc.rusersd.c100 * t_getstate fails with TBADF, this is not a
103 if (t_getstate(0) != -1 || t_errno != TBADF) {
/illumos-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h42 #define TBADF 4 /* illegal transport fd */ macro
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_accept.c160 t_errno = TBADF;
286 t_errno = TBADF;
H A D_utility.c85 t_errno = TBADF;
114 * "(t_getstate(0) != -1 || t_errno != TBADF)" to see if
121 t_errno = TBADF;
/illumos-gate/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c127 if (t_errno == TBADF)
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_svc.c173 * t_getstate fails with TBADF, this is not a
176 if (t_getstate(0) != -1 || t_errno != TBADF) {
H A Dyp_b_svc.c168 * t_getstate fails with TBADF, this is not a
171 _rpcpmstart = (t_getstate(0) != -1 || t_errno != TBADF);
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_svc.c86 * t_getstate fails with TBADF, this is not a
89 if (t_getstate(0) != -1 || t_errno != TBADF) {
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_service.c297 * t_getstate fails with TBADF, this is not a
300 if (t_getstate(0) != -1 || t_errno != TBADF) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c304 if (t_errno == TBADF)
H A Dsvc_vc.c206 t_errno = TBADF;
401 t_errno = TBADF;
H A Dsvc_dg.c130 t_errno = TBADF;
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c128 * t_getstate fails with TBADF, this is not a
131 if (t_getstate(0) != -1 || t_errno != TBADF) {
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c924 if (t_errno == TBADF)
/illumos-gate/usr/src/cmd/rexd/
H A Drpc.rexd.c1380 * t_getstate fails with TBADF, this is not a
1383 if (t_getstate(0) != -1 || t_errno != TBADF)
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c1100 if (t_errno == TBADF)
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c3439 tl_error_ack(wq, ackmp, TBADF, 0, prim);
3451 tl_error_ack(wq, ackmp, TBADF, 0, prim);
3485 tl_error_ack(wq, ackmp, TBADF, 0, prim);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1343 tcp_err_ack(listener, mp, TBADF, 0);
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad.c2937 * t_getstate fails with TBADF, this is not a
2940 if (t_getstate(0) != -1 || t_errno != TBADF) {

Completed in 99 milliseconds