Searched refs:nlm4_testargs (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sys/nlm/
H A Dnlm.h158 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 Dnlm_prot.h215 struct nlm4_testargs { struct
220 typedef struct nlm4_testargs nlm4_testargs; typedef in typeref:struct:nlm4_testargs
351 extern enum clnt_stat nlm4_test_4(nlm4_testargs *, nlm4_testres *, CLIENT *, struct rpc_callextra *, struct timeval);
352 extern bool_t nlm4_test_4_svc(nlm4_testargs *, nlm4_testres *, struct svc_req *);
363 extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
364 extern bool_t nlm4_granted_4_svc(nlm4_testargs *, nlm4_res *, struct svc_req *);
366 extern enum clnt_stat nlm4_test_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
367 extern bool_t nlm4_test_msg_4_svc(nlm4_testargs *, void *, struct svc_req *);
378 extern enum clnt_stat nlm4_granted_msg_4(nlm4_testargs *, voi
[all...]
H A Dnlm_prot_server.c134 nlm4_testargs args4;
215 nlm4_testargs args4;
232 nlm4_testargs args4;
348 nlm4_testargs args4;
513 nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp)
545 nlm4_granted_4_svc(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp)
553 nlm4_test_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp)
625 nlm4_granted_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp)
H A Dnlm_prot_svc.c346 nlm4_testargs nlm4_test_4_arg;
350 nlm4_testargs nlm4_granted_4_arg;
351 nlm4_testargs nlm4_test_msg_4_arg;
355 nlm4_testargs nlm4_granted_msg_4_arg;
H A Dnlm_prot_clnt.c201 nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
237 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
246 nlm4_test_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
282 nlm4_granted_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
H A Dnlm_prot_xdr.c338 xdr_nlm4_testargs(XDR *xdrs, nlm4_testargs *objp)
H A Dnlm_advlock.c562 nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client,
997 struct nlm4_testargs args;
H A Dnlm_prot_impl.c217 nlm4_testargs af_granted; /* (c) notification details */
1847 nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp,
2286 nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp,
/freebsd-10.0-release/include/rpcsvc/
H A Dnlm_prot.x201 struct nlm4_testargs {
307 nlm4_testres NLM4_TEST(nlm4_testargs) = 1;
311 nlm4_res NLM4_GRANTED(nlm4_testargs) = 5;
312 void NLM4_TEST_MSG(nlm4_testargs) = 6;
316 void NLM4_GRANTED_MSG(nlm4_testargs) = 10;
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlock_proc.c924 nlm4_testargs *arg;
972 nlm4_testargs *arg;
1183 nlm4_testargs *arg;
1203 nlm4_testargs *arg;
H A Dkern.c271 struct nlm4_testargs arg4;
H A Dlockd_lock.c2216 static nlm4_testargs res;

Completed in 88 milliseconds