Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/bsd/sys/
H A Dproc_info.h850 #define PROC_PIDREGIONPATHINFO3 23 macro
/xnu-8019.80.24/bsd/kern/
H A Dproc_info.c2033 case PROC_PIDREGIONPATHINFO3: in proc_pidinfo()
2257 case PROC_PIDREGIONPATHINFO3:{ in proc_pidinfo()
/xnu-8019.80.24/tests/
H A Dproc_info.c699 retval = __proc_info(PROC_INFO_CALL_PIDINFO, getpid(), PROC_PIDREGIONPATHINFO3, in proc_info_caller()