Searched refs:PROC_PIDREGIONPATH (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | proc_info_private.h | 184 #define PROC_PIDREGIONPATH 31 macro
|
| /xnu-11215/tests/ |
| H A D | proc_info.c | 2148 …rc = proc_pidinfo(getpid(), PROC_PIDREGIONPATH, (uint64_t)addr, &path, sizeof(struct proc_regionpa… 2154 …rc = proc_pidinfo(getpid(), PROC_PIDREGIONPATH, (uint64_t)((char *) addr + 20), &path, sizeof(stru… 2167 …int flavors[] = {PROC_PIDREGIONPATH, PROC_PIDREGIONINFO, PROC_PIDREGIONPATHINFO, PROC_PIDREGIONPAT…
|
| /xnu-11215/libsyscall/wrappers/libproc/ |
| H A D | libproc.c | 245 …retval = proc_pidinfo(pid, PROC_PIDREGIONPATH, (uint64_t)address, &path, sizeof(struct proc_region… in proc_regionfilename()
|
| /xnu-11215/bsd/kern/ |
| H A D | proc_info.c | 1990 case PROC_PIDREGIONPATH: in proc_pidinfo() 2118 case PROC_PIDREGIONPATH: in proc_pidinfo() 2494 case PROC_PIDREGIONPATH: { in proc_pidinfo()
|