Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/dev/arm64/
H A Ddtrace_subr_arm.c63 kauth_cred_thread_update(thread, p); in dtrace_user_probe()
/xnu-8792.81.2/bsd/dev/i386/
H A Ddtrace_subr_x86.c87 kauth_cred_thread_update(thread, p); in dtrace_user_probe()
H A Dsystemcalls.c174 kauth_cred_thread_update(thread, p); in unix_syscall()
371 kauth_cred_thread_update(thread, p); in unix_syscall64()
/xnu-8792.81.2/bsd/sys/
H A Dkauth.h256 extern void kauth_cred_thread_update(struct thread *, proc_t);
/xnu-8792.81.2/bsd/kern/
H A Dkern_credential.c3541 kauth_cred_thread_update(current_thread(), current_proc()); in mach_kauth_cred_thread_update()
3570 kauth_cred_thread_update(thread_t thread, proc_t proc) in kauth_cred_thread_update() function