Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/nlm/
Dnlm_prot.h91 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 …]
Dnlm_prot_svc.c101 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()
Dnlm_prot_clnt.c30 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()
Dnlm_prot_server.c133 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()
Dnlm_prot_xdr.c143 xdr_nlm_testargs(XDR *xdrs, nlm_testargs *objp) in xdr_nlm_testargs()
Dnlm_advlock.c575 nlm_testargs args1; in nlm_test_rpc()
Dnlm_prot_impl.c573 nlm_testargs granted; in nlm_lock_callback()
/freebsd-12-stable/include/rpcsvc/
Dnlm_prot.x87 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/
Dtest.c21 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()
Dlock_proc.c427 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()
Dkern.c294 struct nlm_testargs arg; in test_request()
Dlockd_lock.c2242 static nlm_testargs res;