Searched refs:PROC_ALL_PIDS (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/libsyscall/wrappers/libproc/ |
| H A D | libproc.c | 50 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 D | proc_info.c | 750 …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 D | proc_info.h | 51 #define PROC_ALL_PIDS 1 macro
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | proc_info.c | 424 case PROC_ALL_PIDS: in proc_listpids()
|