Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dproc_internal.h560 #define P_PCMAX 3 macro
564 #define PROC_CONTROL_STATE(p) (p->p_pcaction & P_PCMAX)
565 #define PROC_ACTION_STATE(p) ((p->p_pcaction >> 16) & P_PCMAX)
/xnu-12377.1.9/bsd/kern/
H A Dproc_info.c3245 if (pcontrol > P_PCMAX) { in proc_setcontrol()