Symbol: nlm4_testargs
sys/nlm/nlm.h
158
extern int nlm_do_test(nlm4_testargs *argp, nlm4_testres *result,
sys/nlm/nlm.h
198
extern int nlm_do_granted(nlm4_testargs *argp, nlm4_res *result,
sys/nlm/nlm_advlock.c
1036
struct nlm4_testargs args;
sys/nlm/nlm_advlock.c
566
nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client,
sys/nlm/nlm_prot.h
219
typedef struct nlm4_testargs nlm4_testargs;
sys/nlm/nlm_prot.h
350
extern enum clnt_stat nlm4_test_4(nlm4_testargs *, nlm4_testres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
351
extern bool_t nlm4_test_4_svc(nlm4_testargs *, nlm4_testres *, struct svc_req *);
sys/nlm/nlm_prot.h
362
extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
363
extern bool_t nlm4_granted_4_svc(nlm4_testargs *, nlm4_res *, struct svc_req *);
sys/nlm/nlm_prot.h
365
extern enum clnt_stat nlm4_test_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
366
extern bool_t nlm4_test_msg_4_svc(nlm4_testargs *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
377
extern enum clnt_stat nlm4_granted_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
378
extern bool_t nlm4_granted_msg_4_svc(nlm4_testargs *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
433
extern bool_t xdr_nlm4_testargs(XDR *, nlm4_testargs*);
sys/nlm/nlm_prot_clnt.c
197
nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
233
nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
242
nlm4_test_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
278
nlm4_granted_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_impl.c
1855
nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp,
sys/nlm/nlm_prot_impl.c
209
nlm4_testargs af_granted; /* (c) notification details */
sys/nlm/nlm_prot_impl.c
2294
nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/nlm/nlm_prot_server.c
132
nlm4_testargs args4;
sys/nlm/nlm_prot_server.c
213
nlm4_testargs args4;
sys/nlm/nlm_prot_server.c
230
nlm4_testargs args4;
sys/nlm/nlm_prot_server.c
346
nlm4_testargs args4;
sys/nlm/nlm_prot_server.c
511
nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
543
nlm4_granted_4_svc(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
551
nlm4_test_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
623
nlm4_granted_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_svc.c
344
nlm4_testargs nlm4_test_4_arg;
sys/nlm/nlm_prot_svc.c
348
nlm4_testargs nlm4_granted_4_arg;
sys/nlm/nlm_prot_svc.c
349
nlm4_testargs nlm4_test_msg_4_arg;
sys/nlm/nlm_prot_svc.c
353
nlm4_testargs nlm4_granted_msg_4_arg;
sys/nlm/nlm_prot_xdr.c
334
xdr_nlm4_testargs(XDR *xdrs, nlm4_testargs *objp)
usr.sbin/rpc.lockd/kern.c
280
struct nlm4_testargs arg4;
usr.sbin/rpc.lockd/lock_proc.c
1119
nlm4_granted_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1137
nlm4_granted_msg_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
876
nlm4_test_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
922
nlm4_test_msg_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lockd_lock.c
2192
static nlm4_testargs res;