Searched refs:COMPAT_PREFIX_LEN (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/bsd/kern/ |
| H A D | kern_credential.c | 1971 #define COMPAT_PREFIX_LEN (sizeof(uuid_t) - sizeof(id_t)) in kauth_cred_cache_lookup() macro 1982 memcpy(&uu[COMPAT_PREFIX_LEN], &uid, sizeof(uid)); in kauth_cred_cache_lookup() 1993 memcpy(&uu[COMPAT_PREFIX_LEN], &gid, sizeof(gid)); in kauth_cred_cache_lookup() 2002 if (memcmp(uu, _user_compat_prefix, COMPAT_PREFIX_LEN) == 0) { in kauth_cred_cache_lookup() 2004 memcpy(&uid, &uu[COMPAT_PREFIX_LEN], sizeof(uid)); in kauth_cred_cache_lookup() 2009 if (memcmp(uu, _group_compat_prefix, COMPAT_PREFIX_LEN) == 0) { in kauth_cred_cache_lookup() 2011 memcpy(&gid, &uu[COMPAT_PREFIX_LEN], sizeof(gid)); in kauth_cred_cache_lookup()
|