Symbol: RPC_TIMEDOUT
usr/src/cmd/fs.d/autofs/autod_nfs.c
1233
rpc_stat = RPC_TIMEDOUT;
usr/src/cmd/fs.d/autofs/autod_nfs.c
1252
rpc_createerr.cf_stat == RPC_TIMEDOUT)
usr/src/cmd/fs.d/autofs/autod_nfs.c
2941
enum clnt_stat cs = RPC_TIMEDOUT;
usr/src/cmd/fs.d/autofs/autod_nfs.c
3255
return (RPC_TIMEDOUT);
usr/src/cmd/fs.d/autofs/autod_nfs.c
3337
rpc_createerr.cf_stat == RPC_TIMEDOUT)
usr/src/cmd/fs.d/autofs/autod_nfs.c
3388
return (RPC_TIMEDOUT);
usr/src/cmd/fs.d/autofs/autod_nfs.c
4284
enum clnt_stat cs = RPC_TIMEDOUT;
usr/src/cmd/fs.d/autofs/nfs_cast.c
404
stat = RPC_TIMEDOUT;
usr/src/cmd/fs.d/autofs/nfs_cast.c
486
stat = RPC_TIMEDOUT;
usr/src/cmd/fs.d/nfs/mount/mount.c
2117
if ((rpc_createerr.cf_stat == RPC_TIMEDOUT) ||
usr/src/cmd/fs.d/ufs/quota/quota.c
392
if (rc == RPC_TIMEDOUT || rc == RPC_CANTSEND) {
usr/src/cmd/fs.d/ufs/quota/quota.c
850
return ((int)RPC_TIMEDOUT);
usr/src/cmd/krb5/kwarn/kwarnd_clnt_stubs.c
137
if (ret == RPC_TIMEDOUT && first) {
usr/src/cmd/krb5/kwarn/kwarnd_clnt_stubs.c
87
if (ret == RPC_TIMEDOUT && first) {
usr/src/cmd/rpcinfo/rpcinfo.c
654
if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT)) {
usr/src/cmd/ypcmd/rpc_bootstrap.c
315
(clnt_st == RPC_TIMEDOUT)) &&
usr/src/cmd/ypcmd/yppush.c
216
{RPC_TIMEDOUT, "NIS server registered, but does not respond"},
usr/src/lib/libnsl/nis/gen/nis_subr.c
771
if (clnt_st == RPC_TIMEDOUT)
usr/src/lib/libnsl/rpc/clnt_bcast.c
453
stat = RPC_TIMEDOUT;
usr/src/lib/libnsl/rpc/clnt_dg.c
350
return (rpc_callerr.re_status = RPC_TIMEDOUT);
usr/src/lib/libnsl/rpc/clnt_dg.c
379
return (rpc_callerr.re_status = RPC_TIMEDOUT);
usr/src/lib/libnsl/rpc/clnt_dg.c
474
return (rpc_callerr.re_status = RPC_TIMEDOUT);
usr/src/lib/libnsl/rpc/clnt_perror.c
137
case RPC_TIMEDOUT:
usr/src/lib/libnsl/rpc/clnt_perror.c
334
case RPC_TIMEDOUT:
usr/src/lib/libnsl/rpc/clnt_vc.c
1202
rpc_callerr.re_status = RPC_TIMEDOUT;
usr/src/lib/libnsl/rpc/clnt_vc.c
1226
rpc_callerr.re_status = RPC_TIMEDOUT;
usr/src/lib/libnsl/rpc/clnt_vc.c
721
return (rpc_callerr.re_status = RPC_TIMEDOUT);
usr/src/lib/libnsl/rpc/rpcb_clnt.c
780
case RPC_TIMEDOUT: /* Call timed out */
usr/src/lib/libnsl/rpc/rpcb_clnt.c
881
case RPC_TIMEDOUT: /* Call timed out */
usr/src/lib/libnsl/yp/yp_all.c
147
if (s != RPC_SUCCESS && s != RPC_TIMEDOUT) {
usr/src/lib/libnsl/yp/yp_all.c
156
case RPC_TIMEDOUT:
usr/src/lib/libnsl/yp/yp_all.c
281
if (s != RPC_SUCCESS && s != RPC_TIMEDOUT) {
usr/src/lib/libnsl/yp/yp_all.c
291
case RPC_TIMEDOUT:
usr/src/lib/libnsl/yp/yp_enum.c
166
case RPC_TIMEDOUT:
usr/src/lib/libnsl/yp/yp_enum.c
339
case RPC_TIMEDOUT:
usr/src/lib/libnsl/yp/yp_match.c
533
case RPC_TIMEDOUT:
usr/src/stand/lib/fs/nfs/bootparams.c
133
if (stat == RPC_TIMEDOUT && !printed_waiting_msg) {
usr/src/stand/lib/fs/nfs/bootparams.c
144
} while (stat == RPC_TIMEDOUT);
usr/src/stand/lib/fs/nfs/bootparams.c
275
if (stat == RPC_TIMEDOUT) {
usr/src/stand/lib/fs/nfs/bootparams.c
316
if (stat == RPC_TIMEDOUT && !printed_waiting_msg) {
usr/src/stand/lib/fs/nfs/bootparams.c
328
} while (stat == RPC_TIMEDOUT);
usr/src/stand/lib/fs/nfs/clnt_btcp.c
341
ct->ct_error.re_status = RPC_TIMEDOUT;
usr/src/stand/lib/fs/nfs/clnt_budp.c
285
cu->cu_error.re_status = RPC_TIMEDOUT;
usr/src/stand/lib/fs/nfs/clnt_budp.c
309
return (cu->cu_error.re_status = RPC_TIMEDOUT);
usr/src/stand/lib/fs/nfs/clnt_budp.c
334
cu->cu_error.re_status = RPC_TIMEDOUT;
usr/src/stand/lib/fs/nfs/mount.c
157
if (status == RPC_TIMEDOUT) {
usr/src/stand/lib/fs/nfs/mount.c
163
} while (status == RPC_TIMEDOUT);
usr/src/stand/lib/fs/nfs/mount.c
339
if (status != RPC_TIMEDOUT)
usr/src/stand/lib/fs/nfs/mount.c
349
} while (status == RPC_TIMEDOUT);
usr/src/stand/lib/fs/nfs/nfs2ops.c
105
if (read_stat == RPC_TIMEDOUT) {
usr/src/stand/lib/fs/nfs/nfs2ops.c
134
} while (read_stat == RPC_TIMEDOUT);
usr/src/stand/lib/fs/nfs/nfs3ops.c
107
if (read_stat == RPC_TIMEDOUT) {
usr/src/stand/lib/fs/nfs/nfs3ops.c
136
} while (read_stat == RPC_TIMEDOUT);
usr/src/stand/lib/fs/nfs/nfs4ops.c
118
if (status == RPC_TIMEDOUT) {
usr/src/stand/lib/fs/nfs/nfs4ops.c
139
} while (status == RPC_TIMEDOUT);
usr/src/stand/lib/fs/nfs/rpc.c
345
rpc_error.re_status = RPC_TIMEDOUT;
usr/src/stand/lib/fs/nfs/rpc.c
356
rpc_error.re_status = RPC_TIMEDOUT;
usr/src/stand/lib/fs/nfs/rpc.c
79
case RPC_TIMEDOUT:
usr/src/ucblib/librpcsoc/clnt_tcp.c
262
return (ct->ct_error.re_status = RPC_TIMEDOUT);
usr/src/ucblib/librpcsoc/clnt_tcp.c
410
ct->ct_error.re_status = RPC_TIMEDOUT;
usr/src/ucblib/librpcsoc/clnt_udp.c
278
return (cu->cu_error.re_status = RPC_TIMEDOUT);
usr/src/ucblib/librpcsoc/clnt_udp.c
318
return (cu->cu_error.re_status = RPC_TIMEDOUT);
usr/src/ucblib/librpcsoc/clnt_udp.c
369
return (cu->cu_error.re_status = RPC_TIMEDOUT);
usr/src/uts/common/fs/nfs/nfs4_subr.c
1489
status = RPC_TIMEDOUT;
usr/src/uts/common/fs/nfs/nfs4_subr.c
2986
RPC_TIMEDOUT, ETIMEDOUT,
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1950
if (stat != RPC_TIMEDOUT)
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1972
if (stat != RPC_TIMEDOUT)
usr/src/uts/common/fs/nfs/nfs_dlinet.c
424
if (stat == RPC_TIMEDOUT) {
usr/src/uts/common/fs/nfs/nfs_dlinet.c
434
} while (stat == RPC_TIMEDOUT);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
446
if (stat == RPC_TIMEDOUT) {
usr/src/uts/common/fs/nfs/nfs_dlinet.c
451
} while (stat == RPC_TIMEDOUT);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
509
} else if (stat == RPC_TIMEDOUT) {
usr/src/uts/common/fs/nfs/nfs_dlinet.c
519
} while (stat == RPC_TIMEDOUT);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
534
if (stat == RPC_TIMEDOUT) {
usr/src/uts/common/fs/nfs/nfs_dlinet.c
539
} while (stat == RPC_TIMEDOUT);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
615
} while (stat == RPC_TIMEDOUT && proto == IPPROTO_TCP && retries--);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
719
if (stat == RPC_TIMEDOUT && !printed_waiting_msg) {
usr/src/uts/common/fs/nfs/nfs_dlinet.c
731
} while (stat == RPC_TIMEDOUT);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
903
return ((stat == RPC_TIMEDOUT) ? ETIMEDOUT : ENXIO); /* XXX */
usr/src/uts/common/fs/nfs/nfs_subr.c
1298
status = RPC_TIMEDOUT;
usr/src/uts/common/fs/nfs/nfs_subr.c
1886
status = RPC_TIMEDOUT;
usr/src/uts/common/klm/nlm_client.c
1596
case RPC_TIMEDOUT:
usr/src/uts/common/klm/nlm_service.c
96
if (_stat != RPC_SUCCESS && _stat != RPC_TIMEDOUT) { \
usr/src/uts/common/rpc/clnt_clts.c
2075
cp->call_status = RPC_TIMEDOUT;
usr/src/uts/common/rpc/clnt_clts.c
680
call->call_status = RPC_TIMEDOUT;
usr/src/uts/common/rpc/clnt_clts.c
683
if (status == RPC_TIMEDOUT) {
usr/src/uts/common/rpc/clnt_clts.c
708
p->cku_err.re_status = RPC_TIMEDOUT;
usr/src/uts/common/rpc/clnt_clts.c
999
(p->cku_err.re_status == RPC_TIMEDOUT && ori_timout == 0)) &&
usr/src/uts/common/rpc/clnt_cots.c
1205
if (call->call_status == RPC_TIMEDOUT) {
usr/src/uts/common/rpc/clnt_cots.c
1234
call->call_status == RPC_TIMEDOUT)
usr/src/uts/common/rpc/clnt_cots.c
1240
call->call_status == RPC_TIMEDOUT)
usr/src/uts/common/rpc/clnt_cots.c
1306
case RPC_TIMEDOUT:
usr/src/uts/common/rpc/clnt_cots.c
1346
if (p->cku_err.re_status != RPC_TIMEDOUT) {
usr/src/uts/common/rpc/clnt_cots.c
1408
call->call_status = RPC_TIMEDOUT;
usr/src/uts/common/rpc/clnt_cots.c
1746
clstat = RPC_TIMEDOUT;
usr/src/uts/common/rpc/clnt_cots.c
2797
e->call_status = RPC_TIMEDOUT;
usr/src/uts/common/rpc/clnt_cots.c
3191
e->call_status = RPC_TIMEDOUT; /* optimistic, eh? */
usr/src/uts/common/rpc/clnt_cots.c
914
p->cku_err.re_status = RPC_TIMEDOUT;
usr/src/uts/common/rpc/clnt_cots.c
954
case RPC_TIMEDOUT:
usr/src/uts/common/rpc/clnt_perr.c
148
case RPC_TIMEDOUT:
usr/src/uts/common/rpc/clnt_perr.c
64
case RPC_TIMEDOUT:
usr/src/uts/common/rpc/clnt_rdma.c
679
p->cku_err.re_status = RPC_TIMEDOUT;
usr/src/uts/common/rpc/clnt_rdma.c
991
} else if (status == RPC_TIMEDOUT) {
usr/src/uts/common/rpc/clnt_rdma.c
992
p->cku_err.re_status = RPC_TIMEDOUT;
usr/src/uts/common/rpc/sec/auth_des.c
169
else if (stat == RPC_TIMEDOUT)
usr/src/uts/common/rpc/sec/key_call.c
282
return (RPC_TIMEDOUT);
usr/src/uts/common/rpc/sec_gss/rpcsec_gss.c
697
if (callstat == RPC_TIMEDOUT) {