Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dproc_info.h59 #define PROC_RUID_ONLY 5 macro
/xnu-8796.121.2/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-8796.121.2/bsd/kern/
H A Dproc_info.c431 case PROC_RUID_ONLY: in proc_listpids()