Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/kern/
H A Dsubr_prf.c262 struct proc * p = thd ? get_bsdthreadtask_info(thd) : NULL; in tprintf_thd()
H A Dkern_fork.c583 child_proc = (proc_t)get_bsdthreadtask_info(child_thread); in fork()
H A Dkern_exec.c4034 p = (proc_t)get_bsdthreadtask_info(imgp->ip_new_thread); in posix_spawn()
5252 p = (proc_t)get_bsdthreadtask_info(imgp->ip_new_thread); in __mac_execve()
H A Dkern_proc.c2173 p = (proc_t)(get_bsdthreadtask_info(thread)); in proc_findthread()
H A Dkern_descrip.c739 if (ut->uu_kqr_bound && get_bsdthreadtask_info(self) == p) { in fdt_exec()
/xnu-10063.121.3/osfmk/kern/
H A Dbsd_kern.c111 get_bsdthreadtask_info(thread_t th) in get_bsdthreadtask_info() function
H A Dtask.h1354 extern void *get_bsdthreadtask_info(thread_t);
/xnu-10063.121.3/bsd/vfs/
H A Dkpi_vfs.c1346 p = (proc_t)get_bsdthreadtask_info(t); in vfs_context_allow_fs_blksize_nocache_write()
1382 proc = (proc_t)get_bsdthreadtask_info(t); in vfs_context_proc()
1509 (proc = (proc_t)get_bsdthreadtask_info(t)) != NULL) { in vfs_context_cwd()
/xnu-10063.121.3/osfmk/arm64/
H A Dsleh.c1925 p = get_bsdthreadtask_info(thread); in handle_svc()
/xnu-10063.121.3/bsd/nfs/
H A Dnfs_syscalls.c181 outh->f_get_bsdthreadtask_info = get_bsdthreadtask_info; in nfs_register_hooks()