Symbol: nlm4_testres
sys/fs/nfs/nlm/nlm.h
160
extern int nlm_do_test(nlm4_testargs *argp, nlm4_testres *result,
sys/fs/nfs/nlm/nlm_advlock.c
1041
struct nlm4_testres res;
sys/fs/nfs/nlm/nlm_advlock.c
568
nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client,
sys/fs/nfs/nlm/nlm_prot.h
215
typedef struct nlm4_testres nlm4_testres;
sys/fs/nfs/nlm/nlm_prot.h
353
extern enum clnt_stat nlm4_test_4(nlm4_testargs *, nlm4_testres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
354
extern bool_t nlm4_test_4_svc(nlm4_testargs *, nlm4_testres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
383
extern enum clnt_stat nlm4_test_res_4(nlm4_testres *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
384
extern bool_t nlm4_test_res_4_svc(nlm4_testres *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
435
extern bool_t xdr_nlm4_testres(XDR *, nlm4_testres*);
sys/fs/nfs/nlm/nlm_prot_clnt.c
203
nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
293
nlm4_test_res_4(nlm4_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_impl.c
1863
nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp,
sys/fs/nfs/nlm/nlm_prot_server.c
137
nlm4_testres res4;
sys/fs/nfs/nlm/nlm_prot_server.c
235
nlm4_testres res4;
sys/fs/nfs/nlm/nlm_prot_server.c
377
nlm4_testres args4;
sys/fs/nfs/nlm/nlm_prot_server.c
515
nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
557
nlm4_testres res4;
sys/fs/nfs/nlm/nlm_prot_server.c
645
nlm4_test_res_4_svc(nlm4_testres *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_svc.c
358
nlm4_testres nlm4_test_res_4_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
369
nlm4_testres nlm4_test_4_res;
sys/fs/nfs/nlm/nlm_prot_xdr.c
330
xdr_nlm4_testres(XDR *xdrs, nlm4_testres *objp)
usr.sbin/rpc.lockd/lock_proc.c
1056
nlm4_test_res_4_svc(nlm4_testres *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
807
nlm4_testres *
usr.sbin/rpc.lockd/lock_proc.c
810
static nlm4_testres result;
usr.sbin/rpc.lockd/lock_proc.c
839
nlm4_testres result;