Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_credential.c3504 struct thread_ro_creds my_creds = tro->tro_creds; in kauth_cred_thread_update_slow() local
3506 if (my_creds.tro_realcred != cred) { in kauth_cred_thread_update_slow()
3507 if (my_creds.tro_realcred == my_creds.tro_cred) { in kauth_cred_thread_update_slow()
3508 kauth_cred_set(&my_creds.tro_cred, cred); in kauth_cred_thread_update_slow()
3510 kauth_cred_set(&my_creds.tro_realcred, cred); in kauth_cred_thread_update_slow()
3512 tro, tro_creds, &my_creds); in kauth_cred_thread_update_slow()