*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: proc_find | Section: 9 | Source: NetBSD | File: proc_find.9
PROC_FIND(9) FreeBSD Kernel Developer's Manual PROC_FIND(9) NAME proc_find, pgrp_find - find process or process group SYNOPSIS #include <sys/proc.h> struct proc * proc_find(pid_t pid); struct pgrp * pgrp_find(pid_t pgid); extern kmutex_t *proc_lock; DESCRIPTION The proc_find() and pgrp_find() functions retrieve process and process group structures from process ID pid and process group ID pgid. Both functions must be called by holding a mutex(9) on proc_lock. RETURN VALUES Upon successful completion, the described functions return a pointer to either struct proc or struct pgrp. Otherwise, if the requested ID was not found, NULL is returned. SEE ALSO curproc(9) FreeBSD 14.1-RELEASE-p8 July 1, 2010 FreeBSD 14.1-RELEASE-p8

Navigation Options