Searched refs:psinfo_t (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/dtrace-147/test/tst/common/inline/
H A Derr.D_OP_INCOMPAT.badxlate.d41 inline task_t *invalid = xlate<psinfo_t>(((struct uthread *)curthread->uthread)->uu_proc);
/macosx-10.10.1/dtrace-147/test/tst/common/translators/
H A Dtst.ProcModelTrans.d45 mypr_addr = xlate < psinfo_t > (T).pr_addr;
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Ddarwin.d154 * Translate from the kernel's proc_t structure to a proc(4) psinfo_t struct.
161 * kthread_t-to-psinfo_t translator, below.
193 } psinfo_t;
199 translator psinfo_t < struct proc * P > {
240 * Translate from the kernel's kthread_t structure to a proc(4) psinfo_t
242 * another, we explicitly define each member by using the proc_t-to-psinfo_t
248 translator psinfo_t < thread_t T > {
249 pr_nlwp = xlate <psinfo_t> ((struct proc *)(T->task->bsd_info)).pr_nlwp;
250 pr_pid = xlate <psinfo_t> ((struct proc *)(T->task->bsd_info)).pr_pid;
251 pr_ppid = xlate <psinfo_t> ((struc
[all...]
/macosx-10.10.1/dtrace-147/scripts/
H A Dprocfs.d188 * Translate from the kernel's proc_t structure to a proc(4) psinfo_t struct.
195 * kthread_t-to-psinfo_t translator, below.
198 translator psinfo_t < proc_t *T > {
231 * Translate from the kernel's kthread_t structure to a proc(4) psinfo_t
233 * another, we explicitly define each member by using the proc_t-to-psinfo_t
239 translator psinfo_t < kthread_t *T > {
240 pr_nlwp = xlate <psinfo_t> (T->t_procp).pr_nlwp;
241 pr_pid = xlate <psinfo_t> (T->t_procp).pr_pid;
242 pr_ppid = xlate <psinfo_t> (T->t_procp).pr_ppid;
243 pr_pgid = xlate <psinfo_t> (
[all...]
/macosx-10.10.1/dtrace-147/test/tst/common/buffering/
H A Dtst.cputime.ksh47 this->pid = xlate <psinfo_t>(this->t).pr_pid;
/macosx-10.10.1/dtrace-147/plockstat/
H A Dplockstat.c672 typedef struct psinfo { int pr_wstat; } psinfo_t; typedef in typeref:struct:psinfo
673 const psinfo_t *prp = NULL;
687 * psinfo_t depending on how far the parent is in reaping it.
/macosx-10.10.1/dtrace-147/cmd/
H A Ddtrace_1.c990 typedef struct psinfo { int pr_wstat; } psinfo_t; typedef in typeref:struct:psinfo
991 const psinfo_t *prp = NULL;
1005 * psinfo_t depending on how far the parent is in reaping it.
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf.c7569 typedef psinfo_t elfcore_psinfo_t;
8244 psinfo_t data;
H A Dconfigure10199 echo "$as_me:$LINENO: checking for psinfo_t in sys/procfs.h" >&5
10200 echo $ECHO_N "checking for psinfo_t in sys/procfs.h... $ECHO_C" >&6
10216 psinfo_t avar

Completed in 150 milliseconds