Searched refs:PROC_PIDREGIONPATHINFO (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c222 buf_used = proc_pidinfo(pid, PROC_PIDREGIONPATHINFO, a, &rwpi, sizeof(rwpi));
H A Dlibproc.c170 retval = proc_pidinfo(pid, PROC_PIDREGIONPATHINFO, (uint64_t)address, &reginfo, sizeof(struct proc_regionwithpathinfo));
/xnu-2422.115.4/bsd/sys/
H A Dproc_info.h655 #define PROC_PIDREGIONPATHINFO 8 macro
/xnu-2422.115.4/bsd/kern/
H A Dproc_info.c1024 case PROC_PIDREGIONPATHINFO:
1211 case PROC_PIDREGIONPATHINFO:{

Completed in 18 milliseconds