Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h565 #define PROC_ACTION_STATE(p) ((p->p_pcaction >> 16) & P_PCMAX) macro
/xnu-12377.41.6/bsd/kern/
H A Dkern_proc.c4725 if (PROC_ACTION_STATE(p) == 0) { in proc_dopcontrol()
4792 if (PROC_ACTION_STATE(p) != 0) { in proc_resetpcontrol()
4856 if (PROC_ACTION_STATE(p) == 0) { in proc_pcontrol_filter()
H A Dproc_info.c791 switch (PROC_ACTION_STATE(p)) { in proc_pidbsdinfo()
908 switch (PROC_ACTION_STATE(p)) { in proc_pidshortbsdinfo()