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

/darwin-on-arm/xnu/bsd/sys/
H A Ducred.h90 TAILQ_ENTRY(ucred) cr_link; /* never modify this without KAUTH_CRED_HASH_LOCK */ member in struct:ucred
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c4842 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[i], cr_link) {
5267 TAILQ_FOREACH(found_cred, &kauth_cred_table_anchor[i], cr_link) {

Completed in 29 milliseconds