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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c246 static struct kauth_cred_entry_head * kauth_cred_table_anchor = NULL; variable in typeref:struct:kauth_cred_entry_head
3161 MALLOC(kauth_cred_table_anchor, struct kauth_cred_entry_head *,
3164 if (kauth_cred_table_anchor == NULL)
3167 TAILQ_INIT(&kauth_cred_table_anchor[i]);
4842 TAILQ_INSERT_HEAD(&kauth_cred_table_anchor[hash_key], new_cred, cr_link);
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);
4942 TAILQ_FOREACH(found_cred, &kauth_cred_table_anchor[hash_key], cr_link) {
5063 TAILQ_FOREACH(found_cred, &kauth_cred_table_anchor[i], cr_link) {
5246 TAILQ_FOREACH(found_cred, &kauth_cred_table_anchor[
[all...]

Completed in 18 milliseconds