Searched refs:RPC_TIMEDOUT (Results 1 – 16 of 16) sorted by relevance
122 case RPC_TIMEDOUT: in clnt_sperror()197 [RPC_TIMEDOUT] = "RPC: Timed out",287 case RPC_TIMEDOUT: in clnt_spcreateerror()
341 case RPC_TIMEDOUT: in _seterr_reply()
389 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()443 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()
416 return(ct->ct_error.re_status = RPC_TIMEDOUT); in clnt_vc_call()709 ct->ct_error.re_status = RPC_TIMEDOUT; in read_vc()
531 stat = RPC_TIMEDOUT; in rpc_broadcast_exp()
101 {RPC_TIMEDOUT,
377 enum clnt_stat clnt_stat = RPC_TIMEDOUT; /* assume failure */ in check_pmap_up()406 if (clnt_stat == RPC_TIMEDOUT) { in check_pmap_up()
702 enum clnt_stat clnt_stat = RPC_TIMEDOUT; /* assume failure */ in check_pmap_up()730 if (clnt_stat == RPC_TIMEDOUT) { in check_pmap_up()
66 RPC_TIMEDOUT=5, /* call timed out */ enumerator
267 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()
399 if (rv != RPC_SUCCESS && rv != RPC_TIMEDOUT) { in push()
327 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()
227 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) in allhosts()
548 clnt_perrno(RPC_TIMEDOUT); in clnt_create_timeout()
771 } else if (stat == RPC_TIMEDOUT) { in newnfs_request()
637 if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT))