Symbol: nlm_testargs
sys/fs/nfs/nlm/nlm_advlock.c
574
nlm_testargs args1;
sys/fs/nfs/nlm/nlm_prot.h
290
extern enum clnt_stat nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
291
extern bool_t nlm_test_1_svc(struct nlm_testargs *, nlm_testres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
302
extern enum clnt_stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
303
extern bool_t nlm_granted_1_svc(struct nlm_testargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
305
extern enum clnt_stat nlm_test_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
306
extern bool_t nlm_test_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
317
extern enum clnt_stat nlm_granted_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
318
extern bool_t nlm_granted_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
421
extern bool_t xdr_nlm_testargs(XDR *, nlm_testargs*);
sys/fs/nfs/nlm/nlm_prot.h
98
typedef struct nlm_testargs nlm_testargs;
sys/fs/nfs/nlm/nlm_prot_clnt.c
113
nlm_granted_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/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)
sys/fs/nfs/nlm/nlm_prot_clnt.c
68
nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
77
nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_impl.c
596
nlm_testargs granted;
sys/fs/nfs/nlm/nlm_prot_server.c
133
nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
214
nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
232
nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
348
nlm_granted_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_svc.c
101
struct nlm_testargs nlm_test_1_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
105
struct nlm_testargs nlm_granted_1_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
106
struct nlm_testargs nlm_test_msg_1_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
110
struct nlm_testargs nlm_granted_msg_1_arg;
sys/fs/nfs/nlm/nlm_prot_xdr.c
146
xdr_nlm_testargs(XDR *xdrs, nlm_testargs *objp)
usr.sbin/rpc.lockd/lock_proc.c
358
nlm_test_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
392
nlm_test_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
606
nlm_granted_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
621
nlm_granted_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lockd_lock.c
657
static nlm_testargs result;
usr.sbin/rpc.lockd/test.c
104
nlm_test_msg_1(struct nlm_testargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
169
nlm_granted_msg_1(struct nlm_testargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
23
nlm_test_1(struct nlm_testargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
88
nlm_granted_1(struct nlm_testargs *argp, CLIENT *clnt)