Searched refs:getproc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/lib/librumpclient/
H A Dh_execthr.c82 getproc(pid_t mypid, struct kinfo_proc2 *p) function
143 getproc(mypid, &p);
144 SAY("startup getproc finished.\n");
193 getproc(mypid, &p);
194 SAY("getproc finished.\n");
/freebsd-10-stable/contrib/ipfilter/ipsend/
H A Dsock.c115 static struct proc *getproc __P((void));
117 static struct kinfo_proc *getproc __P((void));
157 static struct proc *getproc() function
212 if (!(p = getproc()))
270 static struct kinfo_proc *getproc() function
303 if (!(p = getproc()))
H A Dlsock.c97 struct task_struct *getproc() function
162 if (!(p = getproc()))
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgnu-nat.c3426 proc_server = getproc ();

Completed in 84 milliseconds