Home
last modified time | relevance | path

Searched refs:cu_error (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/rpc/
HDclnt_dg.c169 struct rpc_err cu_error; member
360 cu->cu_error.re_errno = errno; in clnt_dg_call()
361 cu->cu_error.re_status = RPC_CANTSEND; in clnt_dg_call()
382 cu->cu_error.re_errno = errno; in clnt_dg_call()
383 cu->cu_error.re_status = RPC_CANTSEND; in clnt_dg_call()
409 cu->cu_error.re_status = RPC_CANTENCODEARGS; in clnt_dg_call()
417 cu->cu_error.re_status = RPC_CANTENCODEARGS; in clnt_dg_call()
425 cu->cu_error.re_errno = errno; in clnt_dg_call()
426 cu->cu_error.re_status = RPC_CANTSEND; in clnt_dg_call()
434 cu->cu_error.re_status = RPC_TIMEDOUT; in clnt_dg_call()
[all …]
/freebsd-13-stable/sys/rpc/
HDclnt_dg.c145 struct rpc_err cu_error; member
374 errp = &cu->cu_error; in clnt_dg_call()
703 stat = _seterr_reply(&reply_msg, &(cu->cu_error)); in clnt_dg_call()
790 *errp = cu->cu_error; in clnt_dg_geterr()