|
NAMEpfind , zpfind —
locate a process by number
SYNOPSIS#include <sys/param.h>
#include <sys/proc.h>
struct proc *
struct proc *
DESCRIPTIONpfind () takes a pid as its
argument and returns a pointer to the proc structure
whose PID is specified in the argument only if the pid
is on the allproc list.
Both RETURN VALUESpfind () and zpfind () return a
pointer to a proc structure on success and a
NULL on failure.
SEE ALSOpgfind(9)AUTHORSThis manual page was written by Evan Sarmiento <kaworu@sektor7.ath.cx>.
Visit the GSP FreeBSD Man Page Interface. |