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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dproc_info.c100 int proc_pidthreadpathinfo(proc_t p, uint64_t arg, struct proc_threadwithpathinfo *pinfo);
452 proc_pidthreadpathinfo(proc_t p, uint64_t arg, struct proc_threadwithpathinfo *pinfo)
460 bzero(pinfo, sizeof(struct proc_threadwithpathinfo));
839 struct proc_threadwithpathinfo pinfo;
843 error = copyout((caddr_t)&pinfo, buffer, sizeof(struct proc_threadwithpathinfo));
845 *retval = sizeof(struct proc_threadwithpathinfo);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc_info.h258 struct proc_threadwithpathinfo { struct
571 #define PROC_PIDTHREADPATHINFO_SIZE (sizeof(struct proc_threadwithpathinfo))

Completed in 30 milliseconds