Searched refs:my_creds (Results 1 – 1 of 1) sorted by relevance
3502 struct thread_ro_creds my_creds = tro->tro_creds; in kauth_cred_thread_update_slow() local3504 if (my_creds.tro_realcred != cred) { in kauth_cred_thread_update_slow()3505 if (my_creds.tro_realcred == my_creds.tro_cred) { in kauth_cred_thread_update_slow()3506 kauth_cred_set(&my_creds.tro_cred, cred); in kauth_cred_thread_update_slow()3508 kauth_cred_set(&my_creds.tro_realcred, cred); in kauth_cred_thread_update_slow()3510 tro, tro_creds, &my_creds); in kauth_cred_thread_update_slow()