Home
last modified time | relevance | path

Searched refs:SYMLINK3res (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1722 struct SYMLINK3res { struct
1729 typedef struct SYMLINK3res SYMLINK3res; argument
2184 extern SYMLINK3res *nfsproc3_symlink_3();
2228 extern bool_t xdr_SYMLINK3res(XDR *, SYMLINK3res *);
2288 extern void rfs3_symlink(SYMLINK3args *, SYMLINK3res *, struct exportinfo *,
H A Dnfs_log.h594 extern bool_t xdr_nfslog_SYMLINK3res(XDR *, SYMLINK3res *);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x848 union SYMLINK3res switch (nfsstat3 status) {
1226 SYMLINK3res
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c334 sizeof (SYMLINK3args), xdr_SYMLINK3res, sizeof (SYMLINK3res)},
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log_xdr.c688 xdr_nfslog_SYMLINK3res(XDR *xdrs, SYMLINK3res *objp) in xdr_nfslog_SYMLINK3res()
H A Dnfs_server.c960 xdr_SYMLINK3res, NULL_xdrproc_t, sizeof (SYMLINK3res),
1313 SYMLINK3res nfs3_symlink_res;
H A Dnfs3_srv.c2082 rfs3_symlink(SYMLINK3args *args, SYMLINK3res *resp, struct exportinfo *exi, in rfs3_symlink()
2244 SYMLINK3res *, resp); in rfs3_symlink()
H A Dnfs3_xdr.c1800 xdr_SYMLINK3res(XDR *xdrs, SYMLINK3res *objp) in xdr_SYMLINK3res()
H A Dnfs3_vnops.c3591 SYMLINK3res res; in nfs3_symlink()