Searched refs:tro_proc (Results 1 – 17 of 17) sorted by relevance
30 …((struct proc *)(curthread->t_tro->tro_proc)) != NULL ? ((struct proc *)(curthread->t_tro->tro_pro…248 pr_nlwp = xlate <psinfo_t> (T->t_tro->tro_proc).pr_nlwp;249 pr_pid = xlate <psinfo_t> (T->t_tro->tro_proc).pr_pid;250 pr_ppid = xlate <psinfo_t> (T->t_tro->tro_proc).pr_ppid;251 pr_pgid = xlate <psinfo_t> (T->t_tro->tro_proc).pr_pgid;252 pr_sid = xlate <psinfo_t> (T->t_tro->tro_proc).pr_sid;253 pr_uid = xlate <psinfo_t> (T->t_tro->tro_proc).pr_uid;254 pr_euid = xlate <psinfo_t> (T->t_tro->tro_proc).pr_euid;255 pr_gid = xlate <psinfo_t> (T->t_tro->tro_proc).pr_gid;256 pr_egid = xlate <psinfo_t> (T->t_tro->tro_proc).pr_egid;[all …]
10 old_proc = xlate <psinfo_t *>((proc_t)old_owner->t_tro->tro_proc);19 new_proc = xlate <psinfo_t *>((proc_t)new_owner->t_tro->tro_proc);
248 struct proc *proc = tro->tro_proc; in mach_syscall()
1335 tro_tpl->tro_proc = kernproc; in uthread_init()1359 tro_tpl->tro_proc = p; in uthread_init()1445 proc_t p = tro->tro_proc; in uthread_cleanup()
79 proc_t p = current_thread_ro()->tro_proc; in current_proc()
3472 if (tro->tro_proc != p && p != PROC_NULL) { in current_cached_proc_cred()3527 proc_t proc = tro->tro_proc; in current_cached_proc_cred_update()
666 return get_thread_ro_unchecked(current_thread())->tro_proc; in kdebug_current_proc_unsafe()
573 struct proc *proc = tro->tro_proc; in mach_call_munger()692 struct proc *proc = tro->tro_proc; in mach_call_munger64()
47 p = th.t_tro.tro_proc
299 proc = thread.t_tro.tro_proc366 proc_val = active_thread.t_tro.tro_proc
112 p = get_thread_ro(thread)->tro_proc; in unix_syscall()
112 return get_thread_ro(th)->tro_proc; in get_bsdthreadtask_info()176 zalloc_ro_clear_field(ZONE_ID_THREAD_RO, tro, tro_proc); in clear_thread_ro_proc()
1141 if (!panic_validate_ptr(thread->t_tro->tro_proc, in panic_get_thread_proc_task()1145 *proc = thread->t_tro->tro_proc; in panic_get_thread_proc_task()
499 struct proc *curproc = tro->tro_proc; in ipc_kobject_server_internal()
202 struct proc *tro_proc; member
1374 assert(tro_tpl.tro_cred && tro_tpl.tro_proc); in thread_create_internal()
1945 struct workqueue *wq = proc_get_wqptr(tro->tro_proc); in workq_sched_callback()