Searched refs:xdr_nfsauth_res (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | nfsauth.c | 168 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 D | nfsauth_xdr.c | 82 xdr_nfsauth_res(XDR *xdrs, nfsauth_res_t *argp) in xdr_nfsauth_res() function
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | auth.h | 199 extern bool_t xdr_nfsauth_res(XDR *, nfsauth_res_t *);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_auth_xdr.c | 81 xdr_nfsauth_res(XDR *xdrs, nfsauth_res_t *argp) in xdr_nfsauth_res() function
|
H A D | nfs_auth.c | 577 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()
|