Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h54 #define PROC_UID_ONLY 4 macro
/xnu-11417.140.69/tests/
H A Dproc_info.c861 …int num_procs = __proc_info(PROC_INFO_CALL_LISTPIDS, PROC_UID_ONLY, CONF_UID_VAL, (uint32_t)0, (us…
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c436 case PROC_UID_ONLY: in proc_listpids()