Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h53 #define PROC_TTY_ONLY 3 macro
/xnu-11417.140.69/tests/
H A Dproc_info.c903 …int num_procs = __proc_info(PROC_INFO_CALL_LISTPIDS, PROC_TTY_ONLY, get_tty_dev(), (uint32_t)0,…
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c427 case PROC_TTY_ONLY: in proc_listpids()