Home
last modified time | relevance | path

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

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