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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c65 struct opaque_auth au_origcred; /* original credentials */ member in struct:audata
134 au->au_origcred.oa_length = len = XDR_GETPOS(&xdrs);
135 au->au_origcred.oa_flavor = (uint_t)AUTH_UNIX;
136 if ((au->au_origcred.oa_base = bkmem_alloc((uint_t)len)) == NULL) {
142 (void) bcopy(mymem, au->au_origcred.oa_base, (uint_t)len);
147 auth->ah_cred = au->au_origcred;
190 auth->ah_cred = au->au_origcred;
207 if (auth->ah_cred.oa_base == au->au_origcred.oa_base) {
216 xdrmem_create(&xdrs, au->au_origcred.oa_base,
217 au->au_origcred
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c66 struct opaque_auth au_origcred; /* original credentials */ member in struct:audata
136 au->au_origcred.oa_length = XDR_GETPOS(&xdrs);
137 au->au_origcred.oa_flavor = AUTH_SYS;
138 if ((au->au_origcred.oa_base = malloc(au->au_origcred.oa_length)) ==
146 (void) memcpy(au->au_origcred.oa_base, mymem,
147 (size_t)au->au_origcred.oa_length);
152 auth->ah_cred = au->au_origcred;
274 auth->ah_cred = au->au_origcred;
292 if (auth->ah_cred.oa_base == au->au_origcred
[all...]

Completed in 44 milliseconds