Home
last modified time | relevance | path

Searched refs:PROC_PIDREGIONPATHINFO3 (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c220 …buf_used = proc_pidinfo(pid, PROC_PIDREGIONPATHINFO3, info->match_stat.st_dev, &rwpi, sizeof(rwpi)… in check_process_text()
/xnu-8796.121.2/bsd/sys/
H A Dproc_info.h865 #define PROC_PIDREGIONPATHINFO3 23 macro
/xnu-8796.121.2/bsd/kern/
H A Dproc_info.c2009 case PROC_PIDREGIONPATHINFO3: in proc_pidinfo()
2237 case PROC_PIDREGIONPATHINFO3:{ in proc_pidinfo()
/xnu-8796.121.2/tests/
H A Dproc_info.c701 retval = __proc_info(PROC_INFO_CALL_PIDINFO, getpid(), PROC_PIDREGIONPATHINFO3, in proc_info_caller()