Home
last modified time | relevance | path

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); in nfsauth_func()
174 if (!xdr_nfsauth_res(&xdrs_r, &res)) { in nfsauth_func()
177 xdr_free(xdr_nfsauth_res, (char *)&res); in nfsauth_func()
188 xdr_free(xdr_nfsauth_res, (char *)&res); in nfsauth_func()
H A Dnfsauth_xdr.c82 xdr_nfsauth_res(XDR *xdrs, nfsauth_res_t *argp) in xdr_nfsauth_res() 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) in xdr_nfsauth_res() function
H A Dnfs_auth.c577 if (!xdr_nfsauth_res(&xdrs, &res)) { in nfsauth_retrieve()
578 xdr_free(xdr_nfsauth_res, (char *)&res); in nfsauth_retrieve()
608 xdr_free(xdr_nfsauth_res, (char *)&res); in nfsauth_retrieve()
616 xdr_free(xdr_nfsauth_res, (char *)&res); in nfsauth_retrieve()