Searched refs:nlm_testargs (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/sys/nlm/ |
| D | nlm_prot.h | 91 struct nlm_testargs { struct 96 typedef struct nlm_testargs nlm_testargs; argument 288 extern enum clnt_stat nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callex… 289 extern bool_t nlm_test_1_svc(struct nlm_testargs *, nlm_testres *, struct svc_req *); 300 extern enum clnt_stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callext… 301 extern bool_t nlm_granted_1_svc(struct nlm_testargs *, nlm_res *, struct svc_req *); 303 extern enum clnt_stat nlm_test_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra… 304 extern bool_t nlm_test_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *); 315 extern enum clnt_stat nlm_granted_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callex… 316 extern bool_t nlm_granted_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *); [all …]
|
| D | nlm_prot_svc.c | 101 struct nlm_testargs nlm_test_1_arg; in nlm_prog_1() 105 struct nlm_testargs nlm_granted_1_arg; in nlm_prog_1() 106 struct nlm_testargs nlm_test_msg_1_arg; in nlm_prog_1() 110 struct nlm_testargs nlm_granted_msg_1_arg; in nlm_prog_1()
|
| D | nlm_prot_clnt.c | 30 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1() 66 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_granted_1() 75 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_test_msg_1() 111 nlm_granted_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_granted_msg_1()
|
| D | nlm_prot_server.c | 133 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp) in nlm_test_1_svc() 214 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_granted_1_svc() 232 nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp) in nlm_test_msg_1_svc() 348 nlm_granted_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp) in nlm_granted_msg_1_svc()
|
| D | nlm_prot_xdr.c | 143 xdr_nlm_testargs(XDR *xdrs, nlm_testargs *objp) in xdr_nlm_testargs()
|
| D | nlm_advlock.c | 575 nlm_testargs args1; in nlm_test_rpc()
|
| D | nlm_prot_impl.c | 573 nlm_testargs granted; in nlm_lock_callback()
|
| /freebsd-12-stable/include/rpcsvc/ |
| D | nlm_prot.x | 87 struct nlm_testargs { struct 273 nlm_testres NLM_TEST(struct nlm_testargs) = 1; 283 nlm_res NLM_GRANTED(struct nlm_testargs)= 5; 287 void NLM_TEST_MSG(struct nlm_testargs) = 6; 291 void NLM_GRANTED_MSG(struct nlm_testargs) = 10;
|
| /freebsd-12-stable/usr.sbin/rpc.lockd/ |
| D | test.c | 21 struct nlm_testargs *argp; in nlm_test_1() 84 struct nlm_testargs *argp; in nlm_granted_1() 99 struct nlm_testargs *argp; in nlm_test_msg_1() 160 struct nlm_testargs *argp; in nlm_granted_msg_1()
|
| D | lock_proc.c | 427 nlm_test_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_test_1_svc() 459 nlm_test_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_test_msg_1_svc() 669 nlm_granted_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_granted_1_svc() 687 nlm_granted_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_granted_msg_1_svc()
|
| D | kern.c | 294 struct nlm_testargs arg; in test_request()
|
| D | lockd_lock.c | 2242 static nlm_testargs res;
|