Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/dtrace/scripts/
H A Ddarwin.d30 …((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 …]
H A Dvm_object_ownership.d10 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);
/xnu-11215/osfmk/arm64/
H A Dbsd_arm64.c248 struct proc *proc = tro->tro_proc; in mach_syscall()
/xnu-11215/bsd/kern/
H A Dkern_fork.c1335 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()
H A Dbsd_stubs.c79 proc_t p = current_thread_ro()->tro_proc; in current_proc()
H A Dkern_credential.c3472 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()
H A Dkdebug.c666 return get_thread_ro_unchecked(current_thread())->tro_proc; in kdebug_current_proc_unsafe()
/xnu-11215/osfmk/i386/
H A Dbsd_i386.c573 struct proc *proc = tro->tro_proc; in mach_call_munger()
692 struct proc *proc = tro->tro_proc; in mach_call_munger64()
/xnu-11215/tools/lldbmacros/
H A Dworkqueue.py47 p = th.t_tro.tro_proc
H A Dscheduler.py299 proc = thread.t_tro.tro_proc
366 proc_val = active_thread.t_tro.tro_proc
/xnu-11215/bsd/dev/i386/
H A Dsystemcalls.c112 p = get_thread_ro(thread)->tro_proc; in unix_syscall()
/xnu-11215/osfmk/kern/
H A Dbsd_kern.c112 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()
H A Ddebug.c1141 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()
H A Dipc_kobject.c499 struct proc *curproc = tro->tro_proc; in ipc_kobject_server_internal()
H A Dthread.h202 struct proc *tro_proc; member
H A Dthread.c1374 assert(tro_tpl.tro_cred && tro_tpl.tro_proc); in thread_create_internal()
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c1945 struct workqueue *wq = proc_get_wqptr(tro->tro_proc); in workq_sched_callback()