Home
last modified time | relevance | path

Searched refs:nlm_testargs (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/nlm/
H A Dnlm_prot.h90 struct nlm_testargs { struct
95 typedef struct nlm_testargs nlm_testargs; argument
287 extern enum clnt_stat nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callex…
288 extern bool_t nlm_test_1_svc(struct nlm_testargs *, nlm_testres *, struct svc_req *);
299 extern enum clnt_stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callext…
300 extern bool_t nlm_granted_1_svc(struct nlm_testargs *, nlm_res *, struct svc_req *);
302 extern enum clnt_stat nlm_test_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra…
303 extern bool_t nlm_test_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *);
314 extern enum clnt_stat nlm_granted_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callex…
315 extern bool_t nlm_granted_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *);
[all …]
H A Dnlm_prot_svc.c97 struct nlm_testargs nlm_test_1_arg; in nlm_prog_1()
101 struct nlm_testargs nlm_granted_1_arg; in nlm_prog_1()
102 struct nlm_testargs nlm_test_msg_1_arg; in nlm_prog_1()
106 struct nlm_testargs nlm_granted_msg_1_arg; in nlm_prog_1()
H A Dnlm_prot_clnt.c26 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1()
62 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_granted_1()
71 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_test_msg_1()
107 nlm_granted_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_granted_msg_1()
H A Dnlm_prot_server.c129 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp) in nlm_test_1_svc()
210 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_granted_1_svc()
228 nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp) in nlm_test_msg_1_svc()
344 nlm_granted_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp) in nlm_granted_msg_1_svc()
H A Dnlm_prot_xdr.c139 xdr_nlm_testargs(XDR *xdrs, nlm_testargs *objp) in xdr_nlm_testargs()
H A Dnlm_advlock.c572 nlm_testargs args1; in nlm_test_rpc()
H A Dnlm_prot_impl.c593 nlm_testargs granted; in nlm_lock_callback()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x80 struct nlm_testargs { struct
266 nlm_testres NLM_TEST(struct nlm_testargs) = 1;
276 nlm_res NLM_GRANTED(struct nlm_testargs)= 5;
280 void NLM_TEST_MSG(struct nlm_testargs) = 6;
284 void NLM_GRANTED_MSG(struct nlm_testargs) = 10;
/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c12 struct nlm_testargs *argp; in nlm_test_1()
75 struct nlm_testargs *argp; in nlm_granted_1()
90 struct nlm_testargs *argp; in nlm_test_msg_1()
151 struct nlm_testargs *argp; in nlm_granted_msg_1()
H A Dlock_proc.c426 nlm_test_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_test_1_svc()
458 nlm_test_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_test_msg_1_svc()
668 nlm_granted_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_granted_1_svc()
686 nlm_granted_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_granted_msg_1_svc()
H A Dkern.c304 struct nlm_testargs arg; in test_request()
H A Dlockd_lock.c2214 static nlm_testargs res; in send_granted()