Searched refs:getproc (Results 1 – 4 of 4) sorted by relevance
112 static struct proc *getproc __P((void));114 static struct kinfo_proc *getproc __P((void));154 static struct proc *getproc() in getproc() function209 if (!(p = getproc()))267 static struct kinfo_proc *getproc() in getproc() function300 if (!(p = getproc()))
99 struct task_struct *getproc() in getproc() function164 if (!(p = getproc()))
82 getproc(pid_t mypid, struct kinfo_proc2 *p) in getproc() function143 getproc(mypid, &p); in main()193 getproc(mypid, &p); in main()
51 err = proc_get_exe(getproc(), getpid(), exepath); in uv_exepath()