Searched refs:kauth_cred_thread_update (Results 1 – 6 of 6) sorted by relevance
63 kauth_cred_thread_update(thread, p); in dtrace_user_probe()
62 kauth_cred_thread_update(thread, p); in dtrace_user_probe()
87 kauth_cred_thread_update(thread, p); in dtrace_user_probe()
174 kauth_cred_thread_update(thread, p); in unix_syscall()371 kauth_cred_thread_update(thread, p); in unix_syscall64()
256 extern void kauth_cred_thread_update(struct thread *, proc_t);
3540 kauth_cred_thread_update(current_thread(), current_proc()); in mach_kauth_cred_thread_update()3569 kauth_cred_thread_update(thread_t thread, proc_t proc) in kauth_cred_thread_update() function