Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/nlm/
HDnlm_prot_clnt.c21 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_sm_notify_0() argument
25 (xdrproc_t) xdr_void, (caddr_t) clnt_res, in nlm_sm_notify_0()
30 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1() argument
34 (xdrproc_t) xdr_nlm_testres, (caddr_t) clnt_res, in nlm_test_1()
39 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1() argument
43 (xdrproc_t) xdr_nlm_res, (caddr_t) clnt_res, in nlm_lock_1()
48 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext,… in nlm_cancel_1() argument
52 (xdrproc_t) xdr_nlm_res, (caddr_t) clnt_res, in nlm_cancel_1()
57 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_unlock_1() argument
61 (xdrproc_t) xdr_nlm_res, (caddr_t) clnt_res, in nlm_unlock_1()
[all …]
/freebsd-11-stable/usr.sbin/ypbind/
HDyp_ping.c153 static bool_t clnt_res; in ypproc_domain_nonack_2_send() local
156 memset((char *)&clnt_res, 0, sizeof (clnt_res)); in ypproc_domain_nonack_2_send()
159 (xdrproc_t) xdr_bool, (caddr_t) &clnt_res, in ypproc_domain_nonack_2_send()
163 return (&clnt_res); in ypproc_domain_nonack_2_send()
172 static bool_t clnt_res; in ypproc_domain_nonack_2_recv() local
175 memset((char *)&clnt_res, 0, sizeof (clnt_res)); in ypproc_domain_nonack_2_recv()
178 (xdrproc_t) xdr_bool, (caddr_t) &clnt_res, in ypproc_domain_nonack_2_recv()
182 return (&clnt_res); in ypproc_domain_nonack_2_recv()