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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c66 struct opaque_auth au_shcred; /* short hand cred */ member in struct:audata
110 auth->ah_verf = au->au_shcred = _null_auth;
184 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) {
185 auth->ah_cred = au->au_shcred;
188 (void) xdr_opaque_auth(&xdrs, &au->au_shcred);
189 au->au_shcred.oa_base = 0;
244 if (au->au_shcred.oa_base != NULL)
245 bkmem_free(au->au_shcred.oa_base, au->au_shcred.oa_length);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c67 struct opaque_auth au_shcred; /* short hand cred */ member in struct:audata
113 auth->ah_verf = au->au_shcred = _null_auth;
264 if (au->au_shcred.oa_base != NULL) {
265 free(au->au_shcred.oa_base);
266 au->au_shcred.oa_base = NULL;
268 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) {
269 auth->ah_cred = au->au_shcred;
272 (void) xdr_opaque_auth(&xdrs, &au->au_shcred);
273 au->au_shcred.oa_base = NULL;
330 if (au->au_shcred
[all...]

Completed in 58 milliseconds