Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/sys/
H A Dproc_info.h55 #define PROC_RUID_ONLY 5 macro
/xnu-10002.61.3/tests/
H A Dproc_info.c880 …int num_procs = __proc_info(PROC_INFO_CALL_LISTPIDS, PROC_RUID_ONLY, CONF_RUID_VAL, (uint32_t)0, (…
/xnu-10002.61.3/bsd/kern/
H A Dproc_info.c430 case PROC_RUID_ONLY: in proc_listpids()