Searched refs:kauth_cred_table_size (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c243 static int kauth_cred_table_size = 0; variable
3158 kauth_cred_table_size = kauth_cred_primes[kauth_cred_primes_index];
3162 (sizeof(struct kauth_cred_entry_head) * kauth_cred_table_size),
3166 for (i = 0; i < kauth_cred_table_size; i++) {
4827 hash_key %= kauth_cred_table_size;
4872 hash_key %= kauth_cred_table_size;
4939 hash_key %= kauth_cred_table_size;
5060 for (i = 0; i < kauth_cred_table_size; i++) {
5245 for (i = 0; i < kauth_cred_table_size; i++) {
5266 for (i = 0; i < kauth_cred_table_size;
[all...]

Completed in 46 milliseconds