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

/macosx-10.10/dtrace-147/libproc/
H A Dprocfs.h141 #define PR_VFORKP 0x00002000 /* process is the parent of a vfork()d child */ macro
/macosx-10.10/dtrace-147/scripts/
H A Dprocfs.d57 inline int PR_VFORKP = 0x00002000;
58 #pragma D binding "1.0" PR_VFORKP
286 ((T->t_procp->p_flag & 0x00080000) ? PR_VFORKP : 0) |
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Ddarwin.d130 inline int PR_VFORKP = 0x00002000;
131 #pragma D binding "1.0" PR_VFORKP

Completed in 120 milliseconds