Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot_clnt.c17 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_sm_notify_0() argument
21 (xdrproc_t) xdr_void, (caddr_t) clnt_res, in nlm_sm_notify_0()
26 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1() argument
30 (xdrproc_t) xdr_nlm_testres, (caddr_t) clnt_res, in nlm_test_1()
35 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1() argument
39 (xdrproc_t) xdr_nlm_res, (caddr_t) clnt_res, in nlm_lock_1()
44 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext,… in nlm_cancel_1() argument
48 (xdrproc_t) xdr_nlm_res, (caddr_t) clnt_res, in nlm_cancel_1()
53 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_unlock_1() argument
57 (xdrproc_t) xdr_nlm_res, (caddr_t) clnt_res, in nlm_unlock_1()
[all …]
/freebsd/usr.sbin/ypbind/
H A Dyp_ping.c146 static bool_t clnt_res; in ypproc_domain_nonack_2_send() local
149 memset((char *)&clnt_res, 0, sizeof (clnt_res)); in ypproc_domain_nonack_2_send()
152 (xdrproc_t) xdr_bool, (caddr_t) &clnt_res, in ypproc_domain_nonack_2_send()
156 return (&clnt_res); in ypproc_domain_nonack_2_send()
165 static bool_t clnt_res; in ypproc_domain_nonack_2_recv() local
168 memset((char *)&clnt_res, 0, sizeof (clnt_res)); in ypproc_domain_nonack_2_recv()
171 (xdrproc_t) xdr_bool, (caddr_t) &clnt_res, in ypproc_domain_nonack_2_recv()
175 return (&clnt_res); in ypproc_domain_nonack_2_recv()