RPC_TIMEDOUT
stat = RPC_TIMEDOUT;
cu->cu_error.re_status = RPC_TIMEDOUT;
cu->cu_error.re_status = RPC_TIMEDOUT;
case RPC_TIMEDOUT:
[RPC_TIMEDOUT] = "RPC: Timed out",
case RPC_TIMEDOUT:
return(ct->ct_error.re_status = RPC_TIMEDOUT);
ct->ct_error.re_status = RPC_TIMEDOUT;
case RPC_TIMEDOUT:
} else if (stat == RPC_TIMEDOUT) {
if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT))
if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
if (rv != RPC_SUCCESS && rv != RPC_TIMEDOUT) {