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

  /src/lib/librpcsvc/
nlm_prot.x 55 struct nlm_testres {
265 nlm_testres NLM_TEST(struct nlm_testargs) = 1;
284 void NLM_TEST_RES(nlm_testres) = 11;
  /src/sys/fs/nfs/nlm/
nlm_prot.h 59 struct nlm_testres { struct
63 typedef struct nlm_testres nlm_testres; typedef in typeref:struct:nlm_testres
290 extern enum clnt_stat nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callextra *, struct timeval);
291 extern bool_t nlm_test_1_svc(struct nlm_testargs *, nlm_testres *, struct svc_req *);
320 extern enum clnt_stat nlm_test_res_1(nlm_testres *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
321 extern bool_t nlm_test_res_1_svc(nlm_testres *, void *, struct svc_req *);
417 extern bool_t xdr_nlm_testres(XDR *, nlm_testres*);
nlm_prot_svc.c 111 nlm_testres nlm_test_res_1_arg;
118 nlm_testres nlm_test_1_res;
nlm_prot_clnt.c 32 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
122 nlm_test_res_1(nlm_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
nlm_prot_server.c 133 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp)
236 nlm_testres res;
375 nlm_test_res_1_svc(nlm_testres *argp, void *result, struct svc_req *rqstp)
nlm_prot_xdr.c 82 xdr_nlm_testres(XDR *xdrs, nlm_testres *objp)
nlm_advlock.c 575 nlm_testres res1;
  /src/usr.sbin/rpc.lockd/
test.c 22 nlm_testres *
26 static nlm_testres res;
185 nlm_test_res_1(nlm_testres *argp, CLIENT *clnt)
lock_proc.c 357 nlm_testres *
360 static nlm_testres result;
394 nlm_testres result;
642 nlm_test_res_1_svc(nlm_testres *arg, struct svc_req *rqstp)

Completed in 17 milliseconds