Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dkauth.h141 u_int32_t kcs_group_size; member
/xnu-10002.41.9/bsd/kern/
H A Dkern_credential.c577 sz_arg.kcs_group_size = kauth_groups_cachemax; in identitysvc()
590 if ((sz_arg.kcs_group_size > KAUTH_CACHES_MAX_SIZE) || in identitysvc()
601 kauth_groups_cachemax = sz_arg.kcs_group_size; in identitysvc()