Home
last modified time | relevance | path

Searched refs:PROC_ALL_PIDS (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/libsyscall/wrappers/libproc/
H A Dlibproc.c50 if ((type >= PROC_ALL_PIDS) || (type <= PROC_PPID_ONLY)) { in proc_listpids()
66 numpids = proc_listpids(PROC_ALL_PIDS, (uint32_t)0, buffer, buffersize); in proc_listallpids()
/xnu-11417.140.69/tests/
H A Dproc_info.c750 …num_procs = __proc_info(PROC_INFO_CALL_LISTPIDS, PROC_ALL_PIDS, (uint32_t)getpid(), (uint32_t)0, (…
755 …num_procs = __proc_info(PROC_INFO_CALL_LISTPIDS, PROC_ALL_PIDS, (uint32_t)getpid(), (uint32_t)0, (…
763 …num_procs = __proc_info(PROC_INFO_CALL_LISTPIDS, PROC_ALL_PIDS, (uint32_t)getpid(), (uint32…
775 …num_procs = __proc_info(PROC_INFO_CALL_LISTPIDS, PROC_ALL_PIDS, (uint32_t)getpid(), (uint32_t)0, (…
804 …num_procs = __proc_info(PROC_INFO_CALL_LISTPIDS, PROC_ALL_PIDS, (uint32_t)getpid(), (uint32_t)0, (…
/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h51 #define PROC_ALL_PIDS 1 macro
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c424 case PROC_ALL_PIDS: in proc_listpids()