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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c337 * 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, function
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
2327 kauth_cred_cache_lookup(int from, int to, void *src, void *dst) function
[all...]

Completed in 8 milliseconds