Home
last modified time | relevance | path

Searched refs:RPC_TIMEDOUT (Results 1 – 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c133 if (stat == RPC_TIMEDOUT && !printed_waiting_msg) { in whoami()
144 } while (stat == RPC_TIMEDOUT); in whoami()
275 if (stat == RPC_TIMEDOUT) { in getfile()
316 if (stat == RPC_TIMEDOUT && !printed_waiting_msg) { in getfile()
328 } while (stat == RPC_TIMEDOUT); in getfile()
H A Drpc.c79 case RPC_TIMEDOUT: in rpc_disperr()
345 rpc_error.re_status = RPC_TIMEDOUT; in brpc_call()
356 rpc_error.re_status = RPC_TIMEDOUT; in brpc_call()
H A Dmount.c157 if (status == RPC_TIMEDOUT) { in nfsmountroot()
163 } while (status == RPC_TIMEDOUT); in nfsmountroot()
339 if (status != RPC_TIMEDOUT) in nfs3mountroot()
349 } while (status == RPC_TIMEDOUT); in nfs3mountroot()
H A Dclnt_budp.c285 cu->cu_error.re_status = RPC_TIMEDOUT; in clntbudp_call()
309 return (cu->cu_error.re_status = RPC_TIMEDOUT); in clntbudp_call()
334 cu->cu_error.re_status = RPC_TIMEDOUT; in clntbudp_call()
H A Dnfs2ops.c105 if (read_stat == RPC_TIMEDOUT) { in nfsread()
134 } while (read_stat == RPC_TIMEDOUT); in nfsread()
H A Dnfs3ops.c107 if (read_stat == RPC_TIMEDOUT) { in nfs3read()
136 } while (read_stat == RPC_TIMEDOUT); in nfs3read()
H A Dnfs4ops.c118 if (status == RPC_TIMEDOUT) { in nfs4read()
139 } while (status == RPC_TIMEDOUT); in nfs4read()
H A Dclnt_btcp.c341 ct->ct_error.re_status = RPC_TIMEDOUT; in clntbtcp_call()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_all.c147 if (s != RPC_SUCCESS && s != RPC_TIMEDOUT) { in __yp_all_cflookup()
156 case RPC_TIMEDOUT: in __yp_all_cflookup()
281 if (s != RPC_SUCCESS && s != RPC_TIMEDOUT) { in __yp_all_rsvdport()
291 case RPC_TIMEDOUT: in __yp_all_rsvdport()
H A Dyp_enum.c166 case RPC_TIMEDOUT:
339 case RPC_TIMEDOUT:
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_clnt_stubs.c87 if (ret == RPC_TIMEDOUT && first) { in kwarn_add_warning()
137 if (ret == RPC_TIMEDOUT && first) { in kwarn_del_warning()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_perr.c64 case RPC_TIMEDOUT: in clnt_sperrno()
148 case RPC_TIMEDOUT: in clnt_sperror()
H A Dclnt_stat.h49 RPC_TIMEDOUT = 5, /* call timed out */ enumerator
H A Dclnt_cots.c888 p->cku_err.re_status = RPC_TIMEDOUT; in clnt_cots_kcallit()
928 case RPC_TIMEDOUT: in clnt_cots_kcallit()
1179 if (call->call_status == RPC_TIMEDOUT) { in clnt_cots_kcallit()
1208 call->call_status == RPC_TIMEDOUT) in clnt_cots_kcallit()
1214 call->call_status == RPC_TIMEDOUT) in clnt_cots_kcallit()
1280 case RPC_TIMEDOUT: in clnt_cots_kcallit()
1320 if (p->cku_err.re_status != RPC_TIMEDOUT) { in clnt_cots_kcallit()
1382 call->call_status = RPC_TIMEDOUT; in clnt_cots_kcallit()
1718 clstat = RPC_TIMEDOUT; in connmgr_cwait()
2747 e->call_status = RPC_TIMEDOUT; in connmgr_connect()
[all …]
H A Dclnt_clts.c674 call->call_status = RPC_TIMEDOUT; in clnt_clts_kcallit_addr()
677 if (status == RPC_TIMEDOUT) { in clnt_clts_kcallit_addr()
702 p->cku_err.re_status = RPC_TIMEDOUT; in clnt_clts_kcallit_addr()
993 (p->cku_err.re_status == RPC_TIMEDOUT && ori_timout == 0)) && in clnt_clts_kcallit_addr()
2040 cp->call_status = RPC_TIMEDOUT; in clnt_clts_dispatch_send()
H A Dclnt_rdma.c679 p->cku_err.re_status = RPC_TIMEDOUT; in clnt_rdma_kcallit()
991 } else if (status == RPC_TIMEDOUT) { in clnt_rdma_kcallit()
992 p->cku_err.re_status = RPC_TIMEDOUT; in clnt_rdma_kcallit()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c424 if (stat == RPC_TIMEDOUT) { in mountnfs()
434 } while (stat == RPC_TIMEDOUT); in mountnfs()
446 if (stat == RPC_TIMEDOUT) { in mountnfs()
451 } while (stat == RPC_TIMEDOUT); in mountnfs()
509 } else if (stat == RPC_TIMEDOUT) { in mountnfs3()
519 } while (stat == RPC_TIMEDOUT); in mountnfs3()
534 if (stat == RPC_TIMEDOUT) { in mountnfs3()
539 } while (stat == RPC_TIMEDOUT); in mountnfs3()
731 } while (stat == RPC_TIMEDOUT); in whoami()
1950 if (stat != RPC_TIMEDOUT) in pmap_kgetport()
[all …]
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c278 return (cu->cu_error.re_status = RPC_TIMEDOUT);
318 return (cu->cu_error.re_status = RPC_TIMEDOUT);
369 return (cu->cu_error.re_status = RPC_TIMEDOUT);
H A Dclnt_tcp.c262 return (ct->ct_error.re_status = RPC_TIMEDOUT); in clnttcp_call()
410 ct->ct_error.re_status = RPC_TIMEDOUT; in readtcp()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_perror.c137 case RPC_TIMEDOUT: in clnt_sperror()
334 case RPC_TIMEDOUT: in clnt_sperrno()
H A Dclnt_dg.c350 return (rpc_callerr.re_status = RPC_TIMEDOUT); in clnt_dg_call()
379 return (rpc_callerr.re_status = RPC_TIMEDOUT); in clnt_dg_call()
474 return (rpc_callerr.re_status = RPC_TIMEDOUT); in clnt_dg_call()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c404 stat = RPC_TIMEDOUT; in nfs_cast()
486 stat = RPC_TIMEDOUT; in nfs_cast()
H A Dautod_nfs.c1234 rpc_stat = RPC_TIMEDOUT; in nfsmount()
1253 rpc_createerr.cf_stat == RPC_TIMEDOUT) in nfsmount()
2942 enum clnt_stat cs = RPC_TIMEDOUT; in get_server_fh()
3256 return (RPC_TIMEDOUT); in pingnfs()
3338 rpc_createerr.cf_stat == RPC_TIMEDOUT) in pingnfs()
3389 return (RPC_TIMEDOUT); in pingnfs()
4286 enum clnt_stat cs = RPC_TIMEDOUT; in get_server_addrorping()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dkey_call.c282 return (RPC_TIMEDOUT); in key_call()
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c392 if (rc == RPC_TIMEDOUT || rc == RPC_CANTSEND) { in showquotas()
850 return ((int)RPC_TIMEDOUT); in callaurpc()

12