Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dkauth.h141 u_int32_t kcs_group_size; member
/xnu-12377.41.6/bsd/kern/
H A Dkern_credential.c576 sz_arg.kcs_group_size = kauth_groups_cachemax; in identitysvc()
589 if ((sz_arg.kcs_group_size > KAUTH_CACHES_MAX_SIZE) || in identitysvc()
600 kauth_groups_cachemax = sz_arg.kcs_group_size; in identitysvc()