Searched refs:nlm_testres (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/include/rpcsvc/
H A Dnlm_prot.x57 struct nlm_testres {
273 nlm_testres NLM_TEST(struct nlm_testargs) = 1;
292 void NLM_TEST_RES(nlm_testres) = 11;
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot.h57 struct nlm_testres { struct
61 typedef struct nlm_testres nlm_testres; typedef in typeref:struct:nlm_testres
288 extern enum clnt_stat nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callextra *, struct timeval);
289 extern bool_t nlm_test_1_svc(struct nlm_testargs *, nlm_testres *, struct svc_req *);
318 extern enum clnt_stat nlm_test_res_1(nlm_testres *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
319 extern bool_t nlm_test_res_1_svc(nlm_testres *, void *, struct svc_req *);
415 extern bool_t xdr_nlm_testres(XDR *, nlm_testres*);
H A Dnlm_prot_server.c131 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp)
234 nlm_testres res;
373 nlm_test_res_1_svc(nlm_testres *argp, void *result, struct svc_req *rqstp)
H A Dnlm_prot_svc.c109 nlm_testres nlm_test_res_1_arg;
116 nlm_testres nlm_test_1_res;
H A Dnlm_prot_clnt.c30 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
120 nlm_test_res_1(nlm_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
H A Dnlm_prot_xdr.c79 xdr_nlm_testres(XDR *xdrs, nlm_testres *objp)
H A Dnlm_advlock.c569 nlm_testres res1;
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dtest.c19 nlm_testres *
24 static nlm_testres res;
175 nlm_testres *argp;
H A Dlock_proc.c434 nlm_testres *
439 static nlm_testres res;
473 nlm_testres res;
738 nlm_testres *arg;

Completed in 199 milliseconds