Lines Matching refs:kauth_cred_cache_lookup

337  *		kauth_cred_cache_lookup() when we get a cache miss.
1945 static int kauth_cred_cache_lookup(int from, int to, void *src, void *dst);
1952 kauth_cred_cache_lookup(__unused int from, __unused int to,
1969 * kauth_cred_cache_lookup:EINVAL
1979 return(kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_PWNAM, guidp, pwnam));
1992 * kauth_cred_cache_lookup:EINVAL
2002 return(kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_GRNAM, guidp, grnam));
2015 * kauth_cred_cache_lookup:EINVAL
2026 return(kauth_cred_cache_lookup(KI_VALID_PWNAM, KI_VALID_GUID, pwnam, guidp));
2039 * kauth_cred_cache_lookup:EINVAL
2050 return(kauth_cred_cache_lookup(KI_VALID_GRNAM, KI_VALID_GUID, grnam, guidp));
2063 * kauth_cred_cache_lookup:EINVAL
2071 return(kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_UID, guidp, uidp));
2084 * kauth_cred_cache_lookup:EINVAL
2092 return(kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_GID, guidp, gidp));
2105 * kauth_cred_cache_lookup:EINVAL
2113 return(kauth_cred_cache_lookup(KI_VALID_NTSID, KI_VALID_UID, sidp, uidp));
2126 * kauth_cred_cache_lookup:EINVAL
2134 return(kauth_cred_cache_lookup(KI_VALID_NTSID, KI_VALID_GID, sidp, gidp));
2147 * kauth_cred_cache_lookup:EINVAL
2155 return(kauth_cred_cache_lookup(KI_VALID_NTSID, KI_VALID_GUID, sidp, guidp));
2168 * kauth_cred_cache_lookup:EINVAL
2176 return(kauth_cred_cache_lookup(KI_VALID_UID, KI_VALID_GUID, &uid, guidp));
2189 * kauth_cred_cache_lookup:EINVAL
2211 * kauth_cred_cache_lookup:EINVAL
2219 return(kauth_cred_cache_lookup(KI_VALID_GID, KI_VALID_GUID, &gid, guidp));
2232 * kauth_cred_cache_lookup:EINVAL
2240 return(kauth_cred_cache_lookup(KI_VALID_UID, KI_VALID_NTSID, &uid, sidp));
2253 * kauth_cred_cache_lookup:EINVAL
2275 * kauth_cred_cache_lookup:EINVAL
2283 return(kauth_cred_cache_lookup(KI_VALID_GID, KI_VALID_NTSID, &gid, sidp));
2296 * kauth_cred_cache_lookup:EINVAL
2304 return(kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_NTSID, guidp, sidp));
2309 * kauth_cred_cache_lookup
2327 kauth_cred_cache_lookup(int from, int to, void *src, void *dst)