Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/sys/
H A Dproc_info.h54 #define PROC_UID_ONLY 4 macro
/xnu-10002.61.3/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-10002.61.3/bsd/kern/
H A Dproc_info.c423 case PROC_UID_ONLY: in proc_listpids()