Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c304 sizeof (LINK3args), xdr_LINK3res, sizeof (LINK3res)},
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h2237 extern bool_t xdr_LINK3res(XDR *, LINK3res *);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c995 xdr_LINK3res, NULL_xdrproc_t, sizeof (LINK3res),
H A Dnfs3_xdr.c1949 xdr_LINK3res(XDR *xdrs, LINK3res *objp) in xdr_LINK3res() function
H A Dnfs3_vnops.c3013 xdr_LINK3res, (caddr_t)&res, cr, in nfs3_link()