Home
last modified time | relevance | path

Searched refs:readlinkres (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/amd/rpcx/
Dnfs_prot.h230 struct readlinkres { struct
236 typedef struct readlinkres readlinkres; argument
238 extern "C" bool_t xdr_readlinkres(XDR *, readlinkres *);
240 extern bool_t xdr_readlinkres(XDR *, readlinkres *);
496 extern "C" readlinkres * nfsproc_readlink_2(nfs_fh *, CLIENT *);
497 extern "C" readlinkres * nfsproc_readlink_2_svc(nfs_fh *, struct svc_req *);
552 extern readlinkres * nfsproc_readlink_2(nfs_fh *, CLIENT *);
553 extern readlinkres * nfsproc_readlink_2_svc(nfs_fh *, struct svc_req *);
608 extern readlinkres * nfsproc_readlink_2();
609 extern readlinkres * nfsproc_readlink_2_svc();
Dnfs_prot.x205 union readlinkres switch (nfsstat status) {
335 readlinkres
Dnfs_prot_xdr.c175 xdr_readlinkres(XDR *xdrs, readlinkres *objp) in xdr_readlinkres()
/openbsd/src/lib/librpcsvc/
Dnfs_prot.x186 union readlinkres switch (nfsstat status) {
316 readlinkres
/openbsd/src/usr.sbin/amd/amd/
Dnfs_subr.c202 struct readlinkres *
205 static struct readlinkres res; in nfsproc_readlink_2_svc()