Searched refs:RPC_TIMEDOUT (Results 1 – 23 of 23) sorted by relevance
108 case RPC_TIMEDOUT: in clnt_sperror()277 case RPC_TIMEDOUT: in clnt_spcreateerror()
345 case RPC_TIMEDOUT: in _seterr_reply()
394 return(ct->ct_error.re_status = RPC_TIMEDOUT); in clnt_vc_call()688 ct->ct_error.re_status = RPC_TIMEDOUT; in read_vc()
435 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()503 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()
518 stat = RPC_TIMEDOUT; in rpc_broadcast_exp()
31 RPC_TIMEDOUT = 5, /* call timed out */ enumerator
279 if (stat == RPC_TIMEDOUT) { in clnt_reconnect_call()294 if (stat == RPC_TIMEDOUT || stat == RPC_CANTSEND in clnt_reconnect_call()
359 errp->re_status = stat = RPC_TIMEDOUT; in clnt_bck_call()380 stat = RPC_TIMEDOUT; in clnt_bck_call()
362 case RPC_TIMEDOUT: in _seterr_reply()
447 errp->re_status = stat = RPC_TIMEDOUT; in clnt_vc_call()468 stat = RPC_TIMEDOUT; in clnt_vc_call()
539 errp->re_status = stat = RPC_TIMEDOUT; in clnt_dg_call()651 errp->re_status = stat = RPC_TIMEDOUT; in clnt_dg_call()
378 enum clnt_stat clnt_stat = RPC_TIMEDOUT; /* assume failure */ in check_pmap_up()407 if (clnt_stat == RPC_TIMEDOUT) { in check_pmap_up()
98 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()
223 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()
213 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()
348 err.re_status != RPC_TIMEDOUT) { in yppush_send_xfr()
550 clnt_perrno(RPC_TIMEDOUT); in clnt_create_timeout()
301 err.re_status != RPC_TIMEDOUT)
903 case RPC_TIMEDOUT: in returncode()
350 else if (status == RPC_TIMEDOUT) in net_wait()
764 } else if (stat == RPC_TIMEDOUT) { in newnfs_request()
634 if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT))