Searched refs:kauth_cred_cache_lookup (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_credential.c | 1959 static int kauth_cred_cache_lookup(int from, int to, void *src, void *dst); 1966 kauth_cred_cache_lookup(int from, int to, void *src, void *dst) in kauth_cred_cache_lookup() function 2062 rv = kauth_cred_cache_lookup(KI_VALID_UID, KI_VALID_GROUPS, uid, &supgroups); in kauth_cred_uid2groups() 2087 return kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_PWNAM, guidp, pwnam); in kauth_cred_guid2pwnam() 2110 return kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_GRNAM, guidp, grnam); in kauth_cred_guid2grnam() 2134 return kauth_cred_cache_lookup(KI_VALID_PWNAM, KI_VALID_GUID, pwnam, guidp); in kauth_cred_pwnam2guid() 2158 return kauth_cred_cache_lookup(KI_VALID_GRNAM, KI_VALID_GUID, grnam, guidp); in kauth_cred_grnam2guid() 2179 return kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_UID, guidp, uidp); in kauth_cred_guid2uid() 2200 return kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_GID, guidp, gidp); in kauth_cred_guid2gid() 2260 return kauth_cred_cache_lookup(KI_VALID_NTSID, KI_VALID_UID, sidp, uidp); in kauth_cred_ntsid2uid() [all …]
|