HomeSort by: relevance | last modified time | path
    Searched refs:nlm4_testres (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/librpcsvc/
nlm_prot.x 194 struct nlm4_testres {
299 nlm4_testres NLM4_TEST(nlm4_testargs) = 1;
309 void NLM4_TEST_RES(nlm4_testres) = 11;
  /src/sys/fs/nfs/nlm/
nlm_prot.h 211 struct nlm4_testres { struct
215 typedef struct nlm4_testres nlm4_testres; typedef in typeref:struct:nlm4_testres
353 extern enum clnt_stat nlm4_test_4(nlm4_testargs *, nlm4_testres *, CLIENT *, struct rpc_callextra *, struct timeval);
354 extern bool_t nlm4_test_4_svc(nlm4_testargs *, nlm4_testres *, struct svc_req *);
383 extern enum clnt_stat nlm4_test_res_4(nlm4_testres *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
384 extern bool_t nlm4_test_res_4_svc(nlm4_testres *, void *, struct svc_req *);
435 extern bool_t xdr_nlm4_testres(XDR *, nlm4_testres*);
nlm.h 160 extern int nlm_do_test(nlm4_testargs *argp, nlm4_testres *result,
nlm_prot_server.c 137 nlm4_testres res4;
235 nlm4_testres res4;
377 nlm4_testres args4;
515 nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp)
557 nlm4_testres res4;
645 nlm4_test_res_4_svc(nlm4_testres *argp, void *result, struct svc_req *rqstp)
nlm_prot_svc.c 358 nlm4_testres nlm4_test_res_4_arg;
369 nlm4_testres nlm4_test_4_res;
nlm_prot_clnt.c 203 nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
293 nlm4_test_res_4(nlm4_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
nlm_prot_xdr.c 330 xdr_nlm4_testres(XDR *xdrs, nlm4_testres *objp)
nlm_advlock.c 568 nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client,
1041 struct nlm4_testres res;
nlm_prot_impl.c 1863 nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp,
  /src/usr.sbin/rpc.lockd/
lock_proc.c 807 nlm4_testres *
810 static nlm4_testres result;
839 nlm4_testres result;
1056 nlm4_test_res_4_svc(nlm4_testres *arg, struct svc_req *rqstp)

Completed in 17 milliseconds