Searched refs:proc_regionwithpathinfo (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_info.h299 struct proc_regionwithpathinfo { struct
626 #define PROC_PIDREGIONPATHINFO_SIZE (sizeof(struct proc_regionwithpathinfo))
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c800 struct proc_regionwithpathinfo preginfo;
807 bzero(&preginfo, sizeof(struct proc_regionwithpathinfo));
824 error = copyout(&preginfo, buffer, sizeof(struct proc_regionwithpathinfo));
826 *retval = sizeof(struct proc_regionwithpathinfo);

Completed in 14 milliseconds