Searched refs:my_creds (Results 1 – 1 of 1) sorted by relevance
3504 struct thread_ro_creds my_creds = tro->tro_creds; in kauth_cred_thread_update_slow() local3506 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()