Searched defs:xdr_fastshorten (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_xdr.c54 static bool_t xdr_fastshorten(XDR *, uint_t);
635 return (xdr_fastshorten(xdrs, sizeof (*ns)));
1159 return (xdr_fastshorten(xdrs, sizeof (*dr)));
1407 return (xdr_fastshorten(xdrs, sizeof (*fs)));
1446 xdr_fastshorten(XDR *xdrs, uint_t ressize) function

Completed in 46 milliseconds