Searched refs:kauth_cred_cache_lookup (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.1.13/bsd/kern/ |
| H A D | kern_credential.c | 1960 static int kauth_cred_cache_lookup(int from, int to, void *src, void *dst); 1967 kauth_cred_cache_lookup(int from, int to, void *src, void *dst) in kauth_cred_cache_lookup() function 2063 rv = kauth_cred_cache_lookup(KI_VALID_UID, KI_VALID_GROUPS, uid, &supgroups); in kauth_cred_uid2groups() 2088 return kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_PWNAM, guidp, pwnam); in kauth_cred_guid2pwnam() 2111 return kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_GRNAM, guidp, grnam); in kauth_cred_guid2grnam() 2135 return kauth_cred_cache_lookup(KI_VALID_PWNAM, KI_VALID_GUID, pwnam, guidp); in kauth_cred_pwnam2guid() 2159 return kauth_cred_cache_lookup(KI_VALID_GRNAM, KI_VALID_GUID, grnam, guidp); in kauth_cred_grnam2guid() 2180 return kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_UID, guidp, uidp); in kauth_cred_guid2uid() 2201 return kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_GID, guidp, gidp); in kauth_cred_guid2gid() 2261 return kauth_cred_cache_lookup(KI_VALID_NTSID, KI_VALID_UID, sidp, uidp); in kauth_cred_ntsid2uid() [all …]
|