Searched refs:kauth_cred_cache_lookup (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_credential.c | 2036 static int kauth_cred_cache_lookup(int from, int to, void *src, void *dst); 2043 kauth_cred_cache_lookup(int from, int to, void *src, void *dst) in kauth_cred_cache_lookup() function 2139 rv = kauth_cred_cache_lookup(KI_VALID_UID, KI_VALID_GROUPS, uid, &supgroups); in kauth_cred_uid2groups() 2164 return kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_PWNAM, guidp, pwnam); in kauth_cred_guid2pwnam() 2187 return kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_GRNAM, guidp, grnam); in kauth_cred_guid2grnam() 2211 return kauth_cred_cache_lookup(KI_VALID_PWNAM, KI_VALID_GUID, pwnam, guidp); in kauth_cred_pwnam2guid() 2235 return kauth_cred_cache_lookup(KI_VALID_GRNAM, KI_VALID_GUID, grnam, guidp); in kauth_cred_grnam2guid() 2256 return kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_UID, guidp, uidp); in kauth_cred_guid2uid() 2277 return kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_GID, guidp, gidp); in kauth_cred_guid2gid() 2337 return kauth_cred_cache_lookup(KI_VALID_NTSID, KI_VALID_UID, sidp, uidp); in kauth_cred_ntsid2uid() [all …]
|