Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot.h214 struct nlm4_testargs { struct
219 typedef struct nlm4_testargs nlm4_testargs; typedef
350 extern enum clnt_stat nlm4_test_4(nlm4_testargs *, nlm4_testres *, CLIENT *, struct rpc_callextra …
351 extern bool_t nlm4_test_4_svc(nlm4_testargs *, nlm4_testres *, struct svc_req *);
362 extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIENT *, struct rpc_callextra *…
363 extern bool_t nlm4_granted_4_svc(nlm4_testargs *, nlm4_res *, struct svc_req *);
365 extern enum clnt_stat nlm4_test_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *, s…
366 extern bool_t nlm4_test_msg_4_svc(nlm4_testargs *, void *, struct svc_req *);
377 extern enum clnt_stat nlm4_granted_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *…
378 extern bool_t nlm4_granted_msg_4_svc(nlm4_testargs *, void *, struct svc_req *);
[all …]
H A Dnlm_prot_server.c132 nlm4_testargs args4; in nlm_test_1_svc()
213 nlm4_testargs args4; in nlm_granted_1_svc()
230 nlm4_testargs args4; in nlm_test_msg_1_svc()
346 nlm4_testargs args4; in nlm_granted_msg_1_svc()
511 nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp) in nlm4_test_4_svc()
543 nlm4_granted_4_svc(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp) in nlm4_granted_4_svc()
551 nlm4_test_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp) in nlm4_test_msg_4_svc()
623 nlm4_granted_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp) in nlm4_granted_msg_4_svc()
H A Dnlm.h158 extern int nlm_do_test(nlm4_testargs *argp, nlm4_testres *result,
198 extern int nlm_do_granted(nlm4_testargs *argp, nlm4_res *result,
H A Dnlm_prot_svc.c344 nlm4_testargs nlm4_test_4_arg; in nlm_prog_4()
348 nlm4_testargs nlm4_granted_4_arg; in nlm_prog_4()
349 nlm4_testargs nlm4_test_msg_4_arg; in nlm_prog_4()
353 nlm4_testargs nlm4_granted_msg_4_arg; in nlm_prog_4()
H A Dnlm_prot_clnt.c197 nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm4_test_4()
233 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, st… in nlm4_granted_4()
242 nlm4_test_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struc… in nlm4_test_msg_4()
278 nlm4_granted_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, st… in nlm4_granted_msg_4()
H A Dnlm_prot_xdr.c334 xdr_nlm4_testargs(XDR *xdrs, nlm4_testargs *objp) in xdr_nlm4_testargs()
H A Dnlm_advlock.c566 nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client, in nlm_test_rpc()
1036 struct nlm4_testargs args; in nlm_getlock()
H A Dnlm_prot_impl.c209 nlm4_testargs af_granted; /* (c) notification details */
1855 nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp, in nlm_do_test()
2294 nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_granted()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x194 struct nlm4_testargs { struct
300 nlm4_testres NLM4_TEST(nlm4_testargs) = 1;
304 nlm4_res NLM4_GRANTED(nlm4_testargs) = 5;
305 void NLM4_TEST_MSG(nlm4_testargs) = 6;
309 void NLM4_GRANTED_MSG(nlm4_testargs) = 10;
/freebsd/usr.sbin/rpc.lockd/
H A Dlock_proc.c876 nlm4_test_4_svc(nlm4_testargs *arg, struct svc_req *rqstp) in nlm4_test_4_svc()
922 nlm4_test_msg_4_svc(nlm4_testargs *arg, struct svc_req *rqstp) in nlm4_test_msg_4_svc()
1119 nlm4_granted_4_svc(nlm4_testargs *arg, struct svc_req *rqstp) in nlm4_granted_4_svc()
1137 nlm4_granted_msg_4_svc(nlm4_testargs *arg, struct svc_req *rqstp) in nlm4_granted_msg_4_svc()
H A Dkern.c267 struct nlm4_testargs arg4; in test_request()
H A Dlockd_lock.c2192 static nlm4_testargs res; in send_granted()