Home
last modified time | relevance | path

Searched refs:_user_compat_prefix (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.101.15/bsd/kern/
H A Dkern_credential.c1969 …static const uuid_t _user_compat_prefix = {0xff, 0xff, 0xee, 0xee, 0xdd, 0xdd, 0xcc, 0xcc, 0xbb, 0… in kauth_cred_cache_lookup() local
1981 memcpy(uu, _user_compat_prefix, sizeof(_user_compat_prefix)); in kauth_cred_cache_lookup()
2002 if (memcmp(uu, _user_compat_prefix, COMPAT_PREFIX_LEN) == 0) { in kauth_cred_cache_lookup()