Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Dkern_credential.c3502 struct thread_ro_creds my_creds = tro->tro_creds; in kauth_cred_thread_update_slow() local
3504 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()