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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_info.h309 struct proc_threadwithpathinfo { struct
632 #define PROC_PIDTHREADPATHINFO_SIZE (sizeof(struct proc_threadwithpathinfo))
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c110 int proc_pidthreadpathinfo(proc_t p, uint64_t arg, struct proc_threadwithpathinfo *pinfo);
718 proc_pidthreadpathinfo(proc_t p, uint64_t arg, struct proc_threadwithpathinfo *pinfo)
726 bzero(pinfo, sizeof(struct proc_threadwithpathinfo));
1164 struct proc_threadwithpathinfo pinfo;
1168 error = copyout((caddr_t)&pinfo, buffer, sizeof(struct proc_threadwithpathinfo));
1170 *retval = sizeof(struct proc_threadwithpathinfo);

Completed in 11 milliseconds