Searched refs:xdr_nfsauth_res (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfsauth.c168 rbsz = xdr_sizeof(xdr_nfsauth_res, &res);
174 if (!xdr_nfsauth_res(&xdrs_r, &res)) {
177 xdr_free(xdr_nfsauth_res, (char *)&res);
188 xdr_free(xdr_nfsauth_res, (char *)&res);
H A Dnfsauth_xdr.c82 xdr_nfsauth_res(XDR *xdrs, nfsauth_res_t *argp) function
/illumos-gate/usr/src/uts/common/nfs/
H A Dauth.h199 extern bool_t xdr_nfsauth_res(XDR *, nfsauth_res_t *);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth_xdr.c81 xdr_nfsauth_res(XDR *xdrs, nfsauth_res_t *argp) function
H A Dnfs_auth.c549 if (!xdr_nfsauth_res(&xdrs, &res)) {
550 xdr_free(xdr_nfsauth_res, (char *)&res);
575 xdr_free(xdr_nfsauth_res, (char *)&res);
583 xdr_free(xdr_nfsauth_res, (char *)&res);

Completed in 80 milliseconds