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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c4822 u_long hash_key; local
4826 hash_key = kauth_cred_get_hashkey(new_cred);
4827 hash_key %= kauth_cred_table_size;
4842 TAILQ_INSERT_HEAD(&kauth_cred_table_anchor[hash_key], new_cred, cr_link);
4868 u_long hash_key; local
4871 hash_key = kauth_cred_get_hashkey(cred);
4872 hash_key %= kauth_cred_table_size;
4881 TAILQ_FOREACH(found_cred, &kauth_cred_table_anchor[hash_key], cr_link) {
4884 TAILQ_REMOVE(&kauth_cred_table_anchor[hash_key], found_cred, cr_link);
4923 u_long hash_key; local
4985 u_long hash_key = start_key; local
5021 u_long hash_key = 0; local
[all...]

Completed in 80 milliseconds