Searched refs:nlm_testargs (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot.h | 90 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 D | nlm_prot_svc.c | 97 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 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() 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 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() 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 D | nlm_prot_xdr.c | 139 xdr_nlm_testargs(XDR *xdrs, nlm_testargs *objp) in xdr_nlm_testargs()
|
H A D | nlm_advlock.c | 572 nlm_testargs args1; in nlm_test_rpc()
|
H A D | nlm_prot_impl.c | 593 nlm_testargs granted; in nlm_lock_callback()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 80 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 D | test.c | 12 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 D | lock_proc.c | 426 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 D | kern.c | 304 struct nlm_testargs arg; in test_request()
|
H A D | lockd_lock.c | 2214 static nlm_testargs res; in send_granted()
|