Symbol: nlm_testres
sys/nlm/nlm_advlock.c
573
nlm_testres res1;
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
317
extern enum clnt_stat nlm_test_res_1(nlm_testres *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
318
extern bool_t nlm_test_res_1_svc(nlm_testres *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
414
extern bool_t xdr_nlm_testres(XDR *, nlm_testres*);
sys/nlm/nlm_prot.h
60
typedef struct nlm_testres nlm_testres;
sys/nlm/nlm_prot_clnt.c
116
nlm_test_res_1(nlm_testres *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_server.c
129
nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
232
nlm_testres res;
sys/nlm/nlm_prot_server.c
371
nlm_test_res_1_svc(nlm_testres *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_svc.c
107
nlm_testres nlm_test_res_1_arg;
sys/nlm/nlm_prot_svc.c
114
nlm_testres nlm_test_1_res;
sys/nlm/nlm_prot_xdr.c
75
xdr_nlm_testres(XDR *xdrs, nlm_testres *objp)
usr.sbin/rpc.lockd/lock_proc.c
425
nlm_testres *
usr.sbin/rpc.lockd/lock_proc.c
428
static nlm_testres res;
usr.sbin/rpc.lockd/lock_proc.c
460
nlm_testres res;
usr.sbin/rpc.lockd/lock_proc.c
708
nlm_test_res_1_svc(nlm_testres *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/test.c
10
nlm_testres *
usr.sbin/rpc.lockd/test.c
15
static nlm_testres res;
usr.sbin/rpc.lockd/test.c
166
nlm_testres *argp;