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

/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h488 #define PROC_ACTION_STATE(p) ((p->p_pcaction >> 16) & P_PCMAX) macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_proc.c2975 if (PROC_ACTION_STATE(p) == 0) {
3034 if(PROC_ACTION_STATE(p) !=0) {
3099 if (PROC_ACTION_STATE(p) == 0) {
H A Dproc_info.c618 switch(PROC_ACTION_STATE(p)) {
697 switch(PROC_ACTION_STATE(p)) {

Completed in 69 milliseconds