Searched refs:cu_error (Results 1 – 5 of 5) sorted by relevance
85 struct rpc_err cu_error; member283 return (cu->cu_error.re_status = RPC_CANTENCODEARGS);302 cu->cu_error.re_status = RPC_TIMEDOUT;304 cu->cu_error.re_status = RPC_CANTSEND;306 cu->cu_error.re_errno = errno;307 return (cu->cu_error.re_status);322 return (cu->cu_error.re_status);325 cu->cu_error.re_errno = ETIMEDOUT;326 return (cu->cu_error.re_status = RPC_TIMEDOUT);348 cu->cu_error.re_status = RPC_CANTRECV;[all …]
88 struct rpc_err cu_error; member265 return (cu->cu_error.re_status = RPC_CANTENCODEARGS);272 cu->cu_error.re_errno = errno;273 return (cu->cu_error.re_status = RPC_CANTSEND);280 return (cu->cu_error.re_status = RPC_TIMEDOUT);320 return (cu->cu_error.re_status = RPC_TIMEDOUT);328 cu->cu_error.re_errno = errno;329 return (cu->cu_error.re_status = RPC_CANTRECV);371 return (cu->cu_error.re_status = RPC_TIMEDOUT);386 cu->cu_error.re_errno = errno;[all …]
58 struct rpc_err cu_error; member
63 struct rpc_err cu_error; member
105 struct rpc_err cu_error; member