Searched refs:nlm_testres (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot.h | 56 struct nlm_testres { struct 60 typedef struct nlm_testres nlm_testres; typedef 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 *); 317 extern enum clnt_stat nlm_test_res_1(nlm_testres *, void *, CLIENT *, struct rpc_callextra *, stru… 318 extern bool_t nlm_test_res_1_svc(nlm_testres *, void *, struct svc_req *); 414 extern bool_t xdr_nlm_testres(XDR *, nlm_testres*);
|
H A D | nlm_prot_server.c | 129 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp) in nlm_test_1_svc() 232 nlm_testres res; in nlm_test_msg_1_svc() 371 nlm_test_res_1_svc(nlm_testres *argp, void *result, struct svc_req *rqstp) in nlm_test_res_1_svc()
|
H A D | nlm_prot_svc.c | 107 nlm_testres nlm_test_res_1_arg; in nlm_prog_1() 114 nlm_testres nlm_test_1_res; in nlm_prog_1()
|
H A D | nlm_prot_clnt.c | 26 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1() 116 nlm_test_res_1(nlm_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct t… in nlm_test_res_1()
|
H A D | nlm_prot_xdr.c | 75 xdr_nlm_testres(XDR *xdrs, nlm_testres *objp) in xdr_nlm_testres()
|
H A D | nlm_advlock.c | 573 nlm_testres res1; in nlm_test_rpc()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 50 struct nlm_testres { struct 266 nlm_testres NLM_TEST(struct nlm_testargs) = 1; 285 void NLM_TEST_RES(nlm_testres) = 11;
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | test.c | 10 nlm_testres * 15 static nlm_testres res; 166 nlm_testres *argp; in nlm_test_res_1()
|
H A D | lock_proc.c | 425 nlm_testres * 428 static nlm_testres res; in nlm_test_1_svc() 460 nlm_testres res; in nlm_test_msg_1_svc() 708 nlm_test_res_1_svc(nlm_testres *arg, struct svc_req *rqstp) in nlm_test_res_1_svc()
|