Home
last modified time | relevance | path

Searched refs:symlinkargs (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/amd/rpcx/
H A Dnfs_prot.h357 struct symlinkargs { struct
362 typedef struct symlinkargs symlinkargs; argument
364 extern "C" bool_t xdr_symlinkargs(XDR *, symlinkargs *);
366 extern bool_t xdr_symlinkargs(XDR *, symlinkargs *);
520 extern "C" int * nfsproc_symlink_2(symlinkargs *, CLIENT *);
521 extern "C" int * nfsproc_symlink_2_svc(symlinkargs *, struct svc_req *);
576 extern int * nfsproc_symlink_2(symlinkargs *, CLIENT *);
577 extern int * nfsproc_symlink_2_svc(symlinkargs *, struct svc_req *);
H A Dnfs_prot.x263 struct symlinkargs { struct
360 NFSPROC_SYMLINK(symlinkargs) = 13;
H A Dnfs_prot_svc.c55 symlinkargs nfsproc_symlink_2_arg; in nfs_program_2()
H A Dnfs_prot_xdr.c295 xdr_symlinkargs(XDR *xdrs, symlinkargs *objp) in xdr_symlinkargs()
/openbsd/lib/librpcsvc/
H A Dnfs_prot.x244 struct symlinkargs { struct
341 NFSPROC_SYMLINK(symlinkargs) = 13;
/openbsd/usr.sbin/amd/amd/
H A Dnfs_subr.c376 nfsproc_symlink_2_svc(symlinkargs *argp, struct svc_req *rqstp) in nfsproc_symlink_2_svc()