Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ipfilter/ipsend/
H A Dsock.c113 static struct proc *getproc __P((void));
115 static struct kinfo_proc *getproc __P((void));
155 static struct proc *getproc() in getproc() function
210 if (!(p = getproc()))
268 static struct kinfo_proc *getproc() in getproc() function
301 if (!(p = getproc()))
H A Dlsock.c97 struct task_struct *getproc() in getproc() function
162 if (!(p = getproc()))
/freebsd-12.1/contrib/netbsd-tests/lib/librumpclient/
H A Dh_execthr.c82 getproc(pid_t mypid, struct kinfo_proc2 *p) in getproc() function
143 getproc(mypid, &p); in main()
193 getproc(mypid, &p); in main()
/freebsd-12.1/contrib/gdb/gdb/
H A Dgnu-nat.c3376 proc_server = getproc (); in _initialize_gnu_nat()