Searched refs:PROC_ALL_PIDS (Results 1 – 3 of 3) sorted by relevance
14 if ((type >= PROC_ALL_PIDS) || (type <= PROC_PPID_ONLY)) { in proc_listpids()29 numpids = proc_listpids(PROC_ALL_PIDS, 0, buffer, buffersize); in proc_listallpids()
52 #define PROC_ALL_PIDS 1 macro
143 case PROC_ALL_PIDS: in proc_listpids()