Searched refs:proc_regionpath (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | proc_info_private.h | 185 #define PROC_PIDREGIONPATH_SIZE (sizeof(struct proc_regionpath))
|
| H A D | proc_info.h | 339 struct proc_regionpath { struct
|
| /xnu-11215/libsyscall/wrappers/libproc/ |
| H A D | libproc.c | 238 struct proc_regionpath path; in proc_regionfilename() 245 … = proc_pidinfo(pid, PROC_PIDREGIONPATH, (uint64_t)address, &path, sizeof(struct proc_regionpath)); in proc_regionfilename()
|
| /xnu-11215/tests/ |
| H A D | proc_info.c | 2130 T_DECL(proc_regionpath, "PROC_PIDREGIONPATH should return addr, length and path", T_META_TAG_VM_PRE… 2133 struct proc_regionpath path; 2148 … proc_pidinfo(getpid(), PROC_PIDREGIONPATH, (uint64_t)addr, &path, sizeof(struct proc_regionpath)); 2154 …tpid(), PROC_PIDREGIONPATH, (uint64_t)((char *) addr + 20), &path, sizeof(struct proc_regionpath));
|
| /xnu-11215/bsd/kern/ |
| H A D | proc_info.c | 1182 struct proc_regionpath path = {}; in proc_pidregionpath() 1211 error = copyout(&path, buffer, sizeof(struct proc_regionpath)); in proc_pidregionpath() 1213 *retval = sizeof(struct proc_regionpath); in proc_pidregionpath()
|