/freebsd/sys/nlm/ |
H A D | nlm_prot.h | 214 struct nlm4_testargs { struct 219 typedef struct nlm4_testargs nlm4_testargs; typedef 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 *); 362 extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIENT *, struct rpc_callextra *… 363 extern bool_t nlm4_granted_4_svc(nlm4_testargs *, nlm4_res *, struct svc_req *); 365 extern enum clnt_stat nlm4_test_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *, s… 366 extern bool_t nlm4_test_msg_4_svc(nlm4_testargs *, void *, struct svc_req *); 377 extern enum clnt_stat nlm4_granted_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *… 378 extern bool_t nlm4_granted_msg_4_svc(nlm4_testargs *, void *, struct svc_req *); [all …]
|
H A D | nlm_prot_server.c | 132 nlm4_testargs args4; in nlm_test_1_svc() 213 nlm4_testargs args4; in nlm_granted_1_svc() 230 nlm4_testargs args4; in nlm_test_msg_1_svc() 346 nlm4_testargs args4; in nlm_granted_msg_1_svc() 511 nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp) in nlm4_test_4_svc() 543 nlm4_granted_4_svc(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp) in nlm4_granted_4_svc() 551 nlm4_test_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp) in nlm4_test_msg_4_svc() 623 nlm4_granted_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp) in nlm4_granted_msg_4_svc()
|
H A D | nlm.h | 158 extern int nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, 198 extern int nlm_do_granted(nlm4_testargs *argp, nlm4_res *result,
|
H A D | nlm_prot_svc.c | 344 nlm4_testargs nlm4_test_4_arg; in nlm_prog_4() 348 nlm4_testargs nlm4_granted_4_arg; in nlm_prog_4() 349 nlm4_testargs nlm4_test_msg_4_arg; in nlm_prog_4() 353 nlm4_testargs nlm4_granted_msg_4_arg; in nlm_prog_4()
|
H A D | nlm_prot_clnt.c | 197 nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm4_test_4() 233 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, st… in nlm4_granted_4() 242 nlm4_test_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struc… in nlm4_test_msg_4() 278 nlm4_granted_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, st… in nlm4_granted_msg_4()
|
H A D | nlm_prot_xdr.c | 334 xdr_nlm4_testargs(XDR *xdrs, nlm4_testargs *objp) in xdr_nlm4_testargs()
|
H A D | nlm_advlock.c | 566 nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client, in nlm_test_rpc() 1036 struct nlm4_testargs args; in nlm_getlock()
|
H A D | nlm_prot_impl.c | 209 nlm4_testargs af_granted; /* (c) notification details */ 1855 nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp, in nlm_do_test() 2294 nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_granted()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 194 struct nlm4_testargs { struct 300 nlm4_testres NLM4_TEST(nlm4_testargs) = 1; 304 nlm4_res NLM4_GRANTED(nlm4_testargs) = 5; 305 void NLM4_TEST_MSG(nlm4_testargs) = 6; 309 void NLM4_GRANTED_MSG(nlm4_testargs) = 10;
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lock_proc.c | 876 nlm4_test_4_svc(nlm4_testargs *arg, struct svc_req *rqstp) in nlm4_test_4_svc() 922 nlm4_test_msg_4_svc(nlm4_testargs *arg, struct svc_req *rqstp) in nlm4_test_msg_4_svc() 1119 nlm4_granted_4_svc(nlm4_testargs *arg, struct svc_req *rqstp) in nlm4_granted_4_svc() 1137 nlm4_granted_msg_4_svc(nlm4_testargs *arg, struct svc_req *rqstp) in nlm4_granted_msg_4_svc()
|
H A D | kern.c | 267 struct nlm4_testargs arg4; in test_request()
|
H A D | lockd_lock.c | 2192 static nlm4_testargs res; in send_granted()
|