Searched refs:COMPAT_PREFIX_LEN (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/bsd/kern/ |
| H A D | kern_credential.c | 1972 #define COMPAT_PREFIX_LEN (sizeof(uuid_t) - sizeof(id_t)) in kauth_cred_cache_lookup() macro 1983 memcpy(&uu[COMPAT_PREFIX_LEN], &uid, sizeof(uid)); in kauth_cred_cache_lookup() 1994 memcpy(&uu[COMPAT_PREFIX_LEN], &gid, sizeof(gid)); in kauth_cred_cache_lookup() 2003 if (memcmp(uu, _user_compat_prefix, COMPAT_PREFIX_LEN) == 0) { in kauth_cred_cache_lookup() 2005 memcpy(&uid, &uu[COMPAT_PREFIX_LEN], sizeof(uid)); in kauth_cred_cache_lookup() 2010 if (memcmp(uu, _group_compat_prefix, COMPAT_PREFIX_LEN) == 0) { in kauth_cred_cache_lookup() 2012 memcpy(&gid, &uu[COMPAT_PREFIX_LEN], sizeof(gid)); in kauth_cred_cache_lookup()
|