Mikolaj Golub fa3935bcea On start most of sysctl_kern_proc functions use the same pattern:
locate a process calling pfind() and do some additional checks like
p_candebug(). To reduce this code duplication a new function pget() is
introduced and used.

As the function may be useful not only in kern_proc.c it is in the
kernel name space.

Suggested by:	kib
Reviewed by:	kib
MFC after:	2 weeks
2011-12-17 16:59:22 +00:00
..
2011-12-13 13:38:03 +00:00
2011-12-15 12:14:15 +00:00
2011-12-16 14:28:34 +00:00
2011-12-17 15:48:55 +00:00
2011-12-16 15:47:43 +00:00
2011-12-17 15:48:55 +00:00
2011-12-16 14:28:34 +00:00
2011-11-26 23:57:03 +00:00
2011-12-13 13:38:03 +00:00
2011-12-15 06:29:13 +00:00