Lines Matching refs:re_status
263 return (cu->cu_error.re_status = RPC_CANTENCODEARGS);
271 return (cu->cu_error.re_status = RPC_CANTSEND);
278 return (cu->cu_error.re_status = RPC_TIMEDOUT);
318 return (cu->cu_error.re_status = RPC_TIMEDOUT);
327 return (cu->cu_error.re_status = RPC_CANTRECV);
369 return (cu->cu_error.re_status = RPC_TIMEDOUT);
385 return (cu->cu_error.re_status = RPC_CANTRECV);
405 if (cu->cu_error.re_status == RPC_SUCCESS) {
408 cu->cu_error.re_status = RPC_AUTHERROR;
427 cu->cu_error.re_status = RPC_CANTDECODERES;
429 return (cu->cu_error.re_status);