Symbol: diropargs
usr.sbin/amd/amd/nfs_subr.c
156
nfsproc_lookup_2_svc(struct diropargs *argp, struct svc_req *rqstp)
usr.sbin/amd/amd/nfs_subr.c
289
unlink_or_rmdir(struct diropargs *argp, struct svc_req *rqstp,
usr.sbin/amd/amd/nfs_subr.c
336
nfsproc_remove_2_svc(struct diropargs *argp, struct svc_req *rqstp)
usr.sbin/amd/amd/nfs_subr.c
402
nfsproc_rmdir_2_svc(struct diropargs *argp, struct svc_req *rqstp)
usr.sbin/amd/rpcx/nfs_prot.h
190
typedef struct diropargs diropargs;
usr.sbin/amd/rpcx/nfs_prot.h
192
extern "C" bool_t xdr_diropargs(XDR *, diropargs *);
usr.sbin/amd/rpcx/nfs_prot.h
194
extern bool_t xdr_diropargs(XDR *, diropargs *);
usr.sbin/amd/rpcx/nfs_prot.h
316
diropargs where;
usr.sbin/amd/rpcx/nfs_prot.h
330
diropargs from;
usr.sbin/amd/rpcx/nfs_prot.h
331
diropargs to;
usr.sbin/amd/rpcx/nfs_prot.h
345
diropargs to;
usr.sbin/amd/rpcx/nfs_prot.h
358
diropargs from;
usr.sbin/amd/rpcx/nfs_prot.h
493
extern "C" diropres * nfsproc_lookup_2(diropargs *, CLIENT *);
usr.sbin/amd/rpcx/nfs_prot.h
494
extern "C" diropres * nfsproc_lookup_2_svc(diropargs *, struct svc_req *);
usr.sbin/amd/rpcx/nfs_prot.h
511
extern "C" int * nfsproc_remove_2(diropargs *, CLIENT *);
usr.sbin/amd/rpcx/nfs_prot.h
512
extern "C" int * nfsproc_remove_2_svc(diropargs *, struct svc_req *);
usr.sbin/amd/rpcx/nfs_prot.h
526
extern "C" int * nfsproc_rmdir_2(diropargs *, CLIENT *);
usr.sbin/amd/rpcx/nfs_prot.h
527
extern "C" int * nfsproc_rmdir_2_svc(diropargs *, struct svc_req *);
usr.sbin/amd/rpcx/nfs_prot.h
549
extern diropres * nfsproc_lookup_2(diropargs *, CLIENT *);
usr.sbin/amd/rpcx/nfs_prot.h
550
extern diropres * nfsproc_lookup_2_svc(diropargs *, struct svc_req *);
usr.sbin/amd/rpcx/nfs_prot.h
567
extern int * nfsproc_remove_2(diropargs *, CLIENT *);
usr.sbin/amd/rpcx/nfs_prot.h
568
extern int * nfsproc_remove_2_svc(diropargs *, struct svc_req *);
usr.sbin/amd/rpcx/nfs_prot.h
582
extern int * nfsproc_rmdir_2(diropargs *, CLIENT *);
usr.sbin/amd/rpcx/nfs_prot.h
583
extern int * nfsproc_rmdir_2_svc(diropargs *, struct svc_req *);
usr.sbin/amd/rpcx/nfs_prot_svc.c
47
diropargs nfsproc_lookup_2_arg;
usr.sbin/amd/rpcx/nfs_prot_svc.c
52
diropargs nfsproc_remove_2_arg;
usr.sbin/amd/rpcx/nfs_prot_svc.c
57
diropargs nfsproc_rmdir_2_arg;
usr.sbin/amd/rpcx/nfs_prot_xdr.c
134
xdr_diropargs(XDR *xdrs, diropargs *objp)