Searched refs:TBADF (Results 1 - 21 of 21) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tpicommon.h | 59 #define TBADF 4 /* Illegal file descriptor */ macro
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rstat_main.c | 69 * t_getstate fails with TBADF, this is not a 72 if (t_getstate(0) != -1 || t_errno != TBADF) {
|
H A D | rpc.rusersd.c | 100 * 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 D | tiuser.h | 42 #define TBADF 4 /* illegal transport fd */ macro
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_accept.c | 160 t_errno = TBADF; 286 t_errno = TBADF;
|
H A D | _utility.c | 85 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 D | bindresvport.c | 127 if (t_errno == TBADF)
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypxfrd_svc.c | 173 * t_getstate fails with TBADF, this is not a 176 if (t_getstate(0) != -1 || t_errno != TBADF) {
|
H A D | yp_b_svc.c | 168 * 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 D | bootparam_prot_svc.c | 86 * 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 D | mdmn_commd_service.c | 297 * 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 D | rpc_soc.c | 304 if (t_errno == TBADF)
|
H A D | svc_vc.c | 206 t_errno = TBADF; 401 t_errno = TBADF;
|
H A D | svc_dg.c | 130 t_errno = TBADF;
|
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 128 * 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 D | netdir_inet_sundry.c | 924 if (t_errno == TBADF)
|
/illumos-gate/usr/src/cmd/rexd/ |
H A D | rpc.rexd.c | 1380 * 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 D | listen.c | 1100 if (t_errno == TBADF)
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tl.c | 3439 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 D | tcp_tpi.c | 1343 tcp_err_ack(listener, mp, TBADF, 0);
|
/illumos-gate/usr/src/cmd/smserverd/ |
H A D | smediad.c | 2937 * t_getstate fails with TBADF, this is not a 2940 if (t_getstate(0) != -1 || t_errno != TBADF) {
|
Completed in 195 milliseconds