Home
last modified time | relevance | path

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

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