Home
last modified time | relevance | path

Searched refs:auth_clnt_cred (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c825 if (crgetuid(a1->auth_clnt_cred) < crgetuid(a2->auth_clnt_cred)) in nfsauth_cache_compar()
827 if (crgetuid(a1->auth_clnt_cred) > crgetuid(a2->auth_clnt_cred)) in nfsauth_cache_compar()
830 if (crgetgid(a1->auth_clnt_cred) < crgetgid(a2->auth_clnt_cred)) in nfsauth_cache_compar()
832 if (crgetgid(a1->auth_clnt_cred) > crgetgid(a2->auth_clnt_cred)) in nfsauth_cache_compar()
835 if (crgetngroups(a1->auth_clnt_cred) < crgetngroups(a2->auth_clnt_cred)) in nfsauth_cache_compar()
837 if (crgetngroups(a1->auth_clnt_cred) > crgetngroups(a2->auth_clnt_cred)) in nfsauth_cache_compar()
841 crgetgroups(a2->auth_clnt_cred), crgetngroups(a1->auth_clnt_cred)); in nfsauth_cache_compar()
956 ac.auth_clnt_cred = cr; in nfsauth_cache_get()
976 np->auth_clnt_cred = crdup(cr); in nfsauth_cache_get()
997 crfree(np->auth_clnt_cred); in nfsauth_cache_get()
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h318 cred_t *auth_clnt_cred; member