Searched refs:nlm4_testres (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/include/rpcsvc/
H A Dnlm_prot.x196 struct nlm4_testres {
307 nlm4_testres NLM4_TEST(nlm4_testargs) = 1;
317 void NLM4_TEST_RES(nlm4_testres) = 11;
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot.h209 struct nlm4_testres { struct
213 typedef struct nlm4_testres nlm4_testres; typedef in typeref:struct:nlm4_testres
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 *);
381 extern enum clnt_stat nlm4_test_res_4(nlm4_testres *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
382 extern bool_t nlm4_test_res_4_svc(nlm4_testres *, void *, struct svc_req *);
433 extern bool_t xdr_nlm4_testres(XDR *, nlm4_testres*);
H A Dnlm.h158 extern int nlm_do_test(nlm4_testargs *argp, nlm4_testres *result,
H A Dnlm_prot_server.c135 nlm4_testres res4;
233 nlm4_testres res4;
375 nlm4_testres args4;
513 nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp)
555 nlm4_testres res4;
643 nlm4_test_res_4_svc(nlm4_testres *argp, void *result, struct svc_req *rqstp)
H A Dnlm_prot_svc.c356 nlm4_testres nlm4_test_res_4_arg;
367 nlm4_testres nlm4_test_4_res;
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)
291 nlm4_test_res_4(nlm4_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
H A Dnlm_prot_xdr.c327 xdr_nlm4_testres(XDR *xdrs, nlm4_testres *objp)
H A Dnlm_advlock.c562 nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client,
999 struct nlm4_testres res;
H A Dnlm_prot_impl.c1847 nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp,
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlock_proc.c922 nlm4_testres *
927 static nlm4_testres res;
975 nlm4_testres res;
1226 nlm4_testres *arg;

Completed in 217 milliseconds