Symbol: nlm4_testres
sys/nlm/nlm.h
158
extern int nlm_do_test(nlm4_testargs *argp, nlm4_testres *result,
sys/nlm/nlm_advlock.c
1038
struct nlm4_testres res;
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
212
typedef struct nlm4_testres nlm4_testres;
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
380
extern enum clnt_stat nlm4_test_res_4(nlm4_testres *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
381
extern bool_t nlm4_test_res_4_svc(nlm4_testres *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
432
extern bool_t xdr_nlm4_testres(XDR *, nlm4_testres*);
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
287
nlm4_test_res_4(nlm4_testres *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_server.c
133
nlm4_testres res4;
sys/nlm/nlm_prot_server.c
231
nlm4_testres res4;
sys/nlm/nlm_prot_server.c
373
nlm4_testres 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
553
nlm4_testres res4;
sys/nlm/nlm_prot_server.c
641
nlm4_test_res_4_svc(nlm4_testres *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_svc.c
354
nlm4_testres nlm4_test_res_4_arg;
sys/nlm/nlm_prot_svc.c
365
nlm4_testres nlm4_test_4_res;
sys/nlm/nlm_prot_xdr.c
323
xdr_nlm4_testres(XDR *xdrs, nlm4_testres *objp)
usr.sbin/rpc.lockd/lock_proc.c
1158
nlm4_test_res_4_svc(nlm4_testres *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
875
nlm4_testres *
usr.sbin/rpc.lockd/lock_proc.c
878
static nlm4_testres res;
usr.sbin/rpc.lockd/lock_proc.c
924
nlm4_testres res;