Home
last modified time | relevance | path

Searched refs:nlm4_testres (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/nlm/
H A Dnlm_prot.h208 struct nlm4_testres { struct
212 typedef struct nlm4_testres nlm4_testres; argument
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 *);
380 extern enum clnt_stat nlm4_test_res_4(nlm4_testres *, void *, CLIENT *, struct rpc_callextra *, st…
381 extern bool_t nlm4_test_res_4_svc(nlm4_testres *, void *, struct svc_req *);
432 extern bool_t xdr_nlm4_testres(XDR *, nlm4_testres*);
H A Dnlm_prot_server.c133 nlm4_testres res4; in nlm_test_1_svc()
231 nlm4_testres res4; in nlm_test_msg_1_svc()
373 nlm4_testres args4; in nlm_test_res_1_svc()
511 nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp) in nlm4_test_4_svc()
553 nlm4_testres res4; in nlm4_test_msg_4_svc()
641 nlm4_test_res_4_svc(nlm4_testres *argp, void *result, struct svc_req *rqstp) in nlm4_test_res_4_svc()
H A Dnlm.h158 extern int nlm_do_test(nlm4_testargs *argp, nlm4_testres *result,
H A Dnlm_prot_svc.c354 nlm4_testres nlm4_test_res_4_arg; in nlm_prog_4()
365 nlm4_testres nlm4_test_4_res; 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()
287 nlm4_test_res_4(nlm4_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct… in nlm4_test_res_4()
H A Dnlm_prot_xdr.c323 xdr_nlm4_testres(XDR *xdrs, nlm4_testres *objp) in xdr_nlm4_testres()
H A Dnlm_advlock.c566 nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client, in nlm_test_rpc()
1038 struct nlm4_testres res; in nlm_getlock()
H A Dnlm_prot_impl.c1850 nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp, in nlm_do_test()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x189 struct nlm4_testres { struct
300 nlm4_testres NLM4_TEST(nlm4_testargs) = 1;
310 void NLM4_TEST_RES(nlm4_testres) = 11;
/freebsd/usr.sbin/rpc.lockd/
H A Dlock_proc.c875 nlm4_testres *
878 static nlm4_testres res; in nlm4_test_4_svc()
924 nlm4_testres res; in nlm4_test_msg_4_svc()
1158 nlm4_test_res_4_svc(nlm4_testres *arg, struct svc_req *rqstp) in nlm4_test_res_4_svc()