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

  /src/sys/fs/nfs/nlm/
nlm.h 160 extern int nlm_do_test(nlm4_testargs *argp, nlm4_testres *result,
200 extern int nlm_do_granted(nlm4_testargs *argp, nlm4_res *result,
nlm_prot.h 217 struct nlm4_testargs { struct
222 typedef struct nlm4_testargs nlm4_testargs; typedef in typeref:struct:nlm4_testargs
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 *);
365 extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
366 extern bool_t nlm4_granted_4_svc(nlm4_testargs *, nlm4_res *, struct svc_req *);
368 extern enum clnt_stat nlm4_test_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
369 extern bool_t nlm4_test_msg_4_svc(nlm4_testargs *, void *, struct svc_req *);
380 extern enum clnt_stat nlm4_granted_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval)
    [all...]
nlm_prot_svc.c 348 nlm4_testargs nlm4_test_4_arg;
352 nlm4_testargs nlm4_granted_4_arg;
353 nlm4_testargs nlm4_test_msg_4_arg;
357 nlm4_testargs nlm4_granted_msg_4_arg;
nlm_prot_server.c 136 nlm4_testargs args4;
217 nlm4_testargs args4;
234 nlm4_testargs args4;
350 nlm4_testargs args4;
515 nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp)
547 nlm4_granted_4_svc(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp)
555 nlm4_test_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp)
627 nlm4_granted_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp)
nlm_prot_clnt.c 203 nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
239 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
248 nlm4_test_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
284 nlm4_granted_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
nlm_prot_xdr.c 341 xdr_nlm4_testargs(XDR *xdrs, nlm4_testargs *objp)
nlm_advlock.c 568 nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client,
1039 struct nlm4_testargs args;
nlm_prot_impl.c 225 nlm4_testargs af_granted; /* (c) notification details */
1863 nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp,
2302 nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp,
  /src/lib/librpcsvc/
nlm_prot.x 199 struct nlm4_testargs {
299 nlm4_testres NLM4_TEST(nlm4_testargs) = 1;
303 nlm4_res NLM4_GRANTED(nlm4_testargs) = 5;
304 void NLM4_TEST_MSG(nlm4_testargs) = 6;
308 void NLM4_GRANTED_MSG(nlm4_testargs) = 10;
  /src/usr.sbin/rpc.lockd/
lock_proc.c 808 nlm4_test_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
837 nlm4_test_msg_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
1020 nlm4_granted_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
1035 nlm4_granted_msg_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
lockd_lock.c 636 static nlm4_testargs result;

Completed in 21 milliseconds