Searched refs:au_mpos (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c69 uint_t au_mpos; /* xdr pos at end of marshed */ member in struct:audata
168 return (XDR_PUTBYTES(xdrs, au->au_marshed, au->au_mpos));
254 * sets private data, au_marshed and au_mpos
268 au->au_mpos = XDR_GETPOS(xdrs);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c70 uint_t au_mpos; /* xdr pos at end of marshed */ member in struct:audata
249 return (XDR_PUTBYTES(xdrs, au->au_marshed, au->au_mpos));
340 * sets private data, au_marshed and au_mpos
358 au->au_mpos = XDR_GETPOS(xdrs);

Completed in 45 milliseconds