Lines Matching refs:cu_error

164 	struct rpc_err		cu_error;  member
355 cu->cu_error.re_errno = errno; in clnt_dg_call()
356 cu->cu_error.re_status = RPC_CANTSEND; in clnt_dg_call()
377 cu->cu_error.re_errno = errno; in clnt_dg_call()
378 cu->cu_error.re_status = RPC_CANTSEND; in clnt_dg_call()
404 cu->cu_error.re_status = RPC_CANTENCODEARGS; in clnt_dg_call()
412 cu->cu_error.re_status = RPC_CANTENCODEARGS; in clnt_dg_call()
420 cu->cu_error.re_errno = errno; in clnt_dg_call()
421 cu->cu_error.re_status = RPC_CANTSEND; in clnt_dg_call()
429 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()
465 cu->cu_error.re_errno = kv.data; in clnt_dg_call()
466 cu->cu_error.re_status = RPC_CANTRECV; in clnt_dg_call()
475 cu->cu_error.re_errno = errno; in clnt_dg_call()
476 cu->cu_error.re_status = RPC_CANTRECV; in clnt_dg_call()
488 cu->cu_error.re_errno = errno; in clnt_dg_call()
489 cu->cu_error.re_status = RPC_CANTRECV; in clnt_dg_call()
497 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()
533 cu->cu_error.re_status = RPC_SUCCESS; in clnt_dg_call()
535 _seterr_reply(&reply_msg, &(cu->cu_error)); in clnt_dg_call()
537 if (cu->cu_error.re_status == RPC_SUCCESS) { in clnt_dg_call()
560 cu->cu_error.re_status = RPC_AUTHERROR; in clnt_dg_call()
561 cu->cu_error.re_why = AUTH_INVALIDRESP; in clnt_dg_call()
568 cu->cu_error.re_status = in clnt_dg_call()
582 else if (cu->cu_error.re_status == RPC_AUTHERROR) in clnt_dg_call()
592 cu->cu_error.re_status = RPC_CANTDECODERES; in clnt_dg_call()
600 return (cu->cu_error.re_status); in clnt_dg_call()
608 *errp = cu->cu_error; in clnt_dg_geterr()