Lines Matching defs:a2
761 const struct auth_cache_clnt *a2 = (const struct auth_cache_clnt *)v2;
763 if (a1->authc_addr.len < a2->authc_addr.len)
765 if (a1->authc_addr.len > a2->authc_addr.len)
768 c = memcmp(a1->authc_addr.buf, a2->authc_addr.buf, a1->authc_addr.len);
783 const struct auth_cache *a2 = (const struct auth_cache *)v2;
785 if (a1->auth_flavor < a2->auth_flavor)
787 if (a1->auth_flavor > a2->auth_flavor)
790 if (crgetuid(a1->auth_clnt_cred) < crgetuid(a2->auth_clnt_cred))
792 if (crgetuid(a1->auth_clnt_cred) > crgetuid(a2->auth_clnt_cred))
795 if (crgetgid(a1->auth_clnt_cred) < crgetgid(a2->auth_clnt_cred))
797 if (crgetgid(a1->auth_clnt_cred) > crgetgid(a2->auth_clnt_cred))
800 if (crgetngroups(a1->auth_clnt_cred) < crgetngroups(a2->auth_clnt_cred))
802 if (crgetngroups(a1->auth_clnt_cred) > crgetngroups(a2->auth_clnt_cred))
806 crgetgroups(a2->auth_clnt_cred), crgetngroups(a1->auth_clnt_cred));