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

/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)
/xnu-2782.1.97/bsd/kern/
H A Dproc_info.c2137 if (pcontrol > P_PCMAX)

Completed in 30 milliseconds