Symbol: nlm_testargs
sys/nlm/nlm_advlock.c
572
nlm_testargs args1;
sys/nlm/nlm_prot.h
287
extern enum clnt_stat nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
288
extern bool_t nlm_test_1_svc(struct nlm_testargs *, nlm_testres *, struct svc_req *);
sys/nlm/nlm_prot.h
299
extern enum clnt_stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
300
extern bool_t nlm_granted_1_svc(struct nlm_testargs *, nlm_res *, struct svc_req *);
sys/nlm/nlm_prot.h
302
extern enum clnt_stat nlm_test_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
303
extern bool_t nlm_test_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
314
extern enum clnt_stat nlm_granted_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
315
extern bool_t nlm_granted_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
418
extern bool_t xdr_nlm_testargs(XDR *, nlm_testargs*);
sys/nlm/nlm_prot.h
95
typedef struct nlm_testargs nlm_testargs;
sys/nlm/nlm_prot_clnt.c
107
nlm_granted_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
26
nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
62
nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
71
nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_impl.c
593
nlm_testargs granted;
sys/nlm/nlm_prot_server.c
129
nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
210
nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
228
nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
344
nlm_granted_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_svc.c
101
struct nlm_testargs nlm_granted_1_arg;
sys/nlm/nlm_prot_svc.c
102
struct nlm_testargs nlm_test_msg_1_arg;
sys/nlm/nlm_prot_svc.c
106
struct nlm_testargs nlm_granted_msg_1_arg;
sys/nlm/nlm_prot_svc.c
97
struct nlm_testargs nlm_test_1_arg;
sys/nlm/nlm_prot_xdr.c
139
xdr_nlm_testargs(XDR *xdrs, nlm_testargs *objp)
usr.sbin/rpc.lockd/kern.c
304
struct nlm_testargs arg;
usr.sbin/rpc.lockd/lock_proc.c
426
nlm_test_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
458
nlm_test_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
668
nlm_granted_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
686
nlm_granted_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lockd_lock.c
2214
static nlm_testargs res;
usr.sbin/rpc.lockd/test.c
12
struct nlm_testargs *argp;
usr.sbin/rpc.lockd/test.c
151
struct nlm_testargs *argp;
usr.sbin/rpc.lockd/test.c
75
struct nlm_testargs *argp;
usr.sbin/rpc.lockd/test.c
90
struct nlm_testargs *argp;