Searched refs:P_PCMAX (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h483 #define P_PCMAX 3 macro
487 #define PROC_CONTROL_STATE(p) (p->p_pcaction & P_PCMAX)
488 #define PROC_ACTION_STATE(p) ((p->p_pcaction >> 16) & P_PCMAX)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dproc_info.c2137 if (pcontrol > P_PCMAX)

Completed in 171 milliseconds