Symbol: nlm4_testargs
sys/fs/nfs/nlm/nlm.h
160
extern int nlm_do_test(nlm4_testargs *argp, nlm4_testres *result,
sys/fs/nfs/nlm/nlm.h
200
extern int nlm_do_granted(nlm4_testargs *argp, nlm4_res *result,
sys/fs/nfs/nlm/nlm_advlock.c
1039
struct nlm4_testargs args;
sys/fs/nfs/nlm/nlm_advlock.c
568
nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client,
sys/fs/nfs/nlm/nlm_prot.h
222
typedef struct nlm4_testargs nlm4_testargs;
sys/fs/nfs/nlm/nlm_prot.h
353
extern enum clnt_stat nlm4_test_4(nlm4_testargs *, nlm4_testres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
354
extern bool_t nlm4_test_4_svc(nlm4_testargs *, nlm4_testres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
365
extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
366
extern bool_t nlm4_granted_4_svc(nlm4_testargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
368
extern enum clnt_stat nlm4_test_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
369
extern bool_t nlm4_test_msg_4_svc(nlm4_testargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
380
extern enum clnt_stat nlm4_granted_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
381
extern bool_t nlm4_granted_msg_4_svc(nlm4_testargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
436
extern bool_t xdr_nlm4_testargs(XDR *, nlm4_testargs*);
sys/fs/nfs/nlm/nlm_prot_clnt.c
203
nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
239
nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
248
nlm4_test_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
284
nlm4_granted_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_impl.c
1863
nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp,
sys/fs/nfs/nlm/nlm_prot_impl.c
225
nlm4_testargs af_granted; /* (c) notification details */
sys/fs/nfs/nlm/nlm_prot_impl.c
2302
nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/fs/nfs/nlm/nlm_prot_server.c
136
nlm4_testargs args4;
sys/fs/nfs/nlm/nlm_prot_server.c
217
nlm4_testargs args4;
sys/fs/nfs/nlm/nlm_prot_server.c
234
nlm4_testargs args4;
sys/fs/nfs/nlm/nlm_prot_server.c
350
nlm4_testargs args4;
sys/fs/nfs/nlm/nlm_prot_server.c
515
nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
547
nlm4_granted_4_svc(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
555
nlm4_test_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
627
nlm4_granted_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_svc.c
348
nlm4_testargs nlm4_test_4_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
352
nlm4_testargs nlm4_granted_4_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
353
nlm4_testargs nlm4_test_msg_4_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
357
nlm4_testargs nlm4_granted_msg_4_arg;
sys/fs/nfs/nlm/nlm_prot_xdr.c
341
xdr_nlm4_testargs(XDR *xdrs, nlm4_testargs *objp)
usr.sbin/rpc.lockd/lock_proc.c
1020
nlm4_granted_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1035
nlm4_granted_msg_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
808
nlm4_test_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
837
nlm4_test_msg_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lockd_lock.c
636
static nlm4_testargs result;