Searched refs:PR_PTRACE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/dtrace-147/libproc/
H A Dprocfs.h150 #define PR_PTRACE 0x04000000 /* ptrace-compatibility mode is in effect */ macro
/macosx-10.10/dtrace-147/scripts/
H A Dprocfs.d73 inline int PR_PTRACE = 0x04000000;
74 #pragma D binding "1.0" PR_PTRACE
283 ((T->t_procp->p_proc_flag & 0x0002) ? PR_PTRACE : 0) |
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Ddarwin.d146 inline int PR_PTRACE = 0x04000000;
147 #pragma D binding "1.0" PR_PTRACE

Completed in 61 milliseconds