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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc_info.h248 struct proc_regionwithpathinfo { struct
565 #define PROC_PIDREGIONPATHINFO_SIZE (sizeof(struct proc_regionwithpathinfo))
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dproc_info.c534 struct proc_regionwithpathinfo preginfo;
541 bzero(&preginfo, sizeof(struct proc_regionwithpathinfo));
558 error = copyout(&preginfo, buffer, sizeof(struct proc_regionwithpathinfo));
560 *retval = sizeof(struct proc_regionwithpathinfo);

Completed in 27 milliseconds