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

  /src/lib/librpcsvc/
nlm_prot.x 85 struct nlm_testargs {
265 nlm_testres NLM_TEST(struct nlm_testargs) = 1;
275 nlm_res NLM_GRANTED(struct nlm_testargs)= 5;
279 void NLM_TEST_MSG(struct nlm_testargs) = 6;
283 void NLM_GRANTED_MSG(struct nlm_testargs) = 10;
  /src/sys/fs/nfs/nlm/
nlm_prot.h 93 struct nlm_testargs { struct
98 typedef struct nlm_testargs nlm_testargs; typedef in typeref:struct:nlm_testargs
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 *);
302 extern enum clnt_stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
303 extern bool_t nlm_granted_1_svc(struct nlm_testargs *, nlm_res *, struct svc_req *);
305 extern enum clnt_stat nlm_test_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
306 extern bool_t nlm_test_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *);
317 extern enum clnt_stat nlm_granted_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval)
    [all...]
nlm_prot_svc.c 101 struct nlm_testargs nlm_test_1_arg;
105 struct nlm_testargs nlm_granted_1_arg;
106 struct nlm_testargs nlm_test_msg_1_arg;
110 struct nlm_testargs nlm_granted_msg_1_arg;
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)
68 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
77 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
113 nlm_granted_msg_1(struct nlm_testargs *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)
214 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp)
232 nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp)
348 nlm_granted_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp)
nlm_prot_xdr.c 146 xdr_nlm_testargs(XDR *xdrs, nlm_testargs *objp)
nlm_advlock.c 574 nlm_testargs args1;
nlm_prot_impl.c 596 nlm_testargs granted;
  /src/usr.sbin/rpc.lockd/
test.c 23 nlm_test_1(struct nlm_testargs *argp, CLIENT *clnt)
88 nlm_granted_1(struct nlm_testargs *argp, CLIENT *clnt)
104 nlm_test_msg_1(struct nlm_testargs *argp, CLIENT *clnt)
169 nlm_granted_msg_1(struct nlm_testargs *argp, CLIENT *clnt)
lock_proc.c 358 nlm_test_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
392 nlm_test_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
606 nlm_granted_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
621 nlm_granted_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
lockd_lock.c 657 static nlm_testargs result;

Completed in 34 milliseconds