FreeBSD kernel kern code
sys_procdesc.c File Reference
#include <sys/cdefs.h>
#include "opt_procdesc.h"
#include <sys/param.h>
#include <sys/capability.h>
#include <sys/fcntl.h>
#include <sys/file.h>
#include <sys/filedesc.h>
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/poll.h>
#include <sys/proc.h>
#include <sys/procdesc.h>
#include <sys/resourcevar.h>
#include <sys/stat.h>
#include <sys/sysproto.h>
#include <sys/sysctl.h>
#include <sys/systm.h>
#include <sys/ucred.h>
#include <security/audit/audit.h>
#include <vm/uma.h>
Include dependency graph for sys_procdesc.c:

Go to the source code of this file.

Functions

 __FBSDID ("$BSDSUniX$")
 
int sys_pdgetpid (struct thread *td, struct pdgetpid_args *uap)
 

Function Documentation

__FBSDID ( "$BSDSUniX$"  )
int sys_pdgetpid ( struct thread *  td,
struct pdgetpid_args *  uap 
)

Definition at line 518 of file sys_procdesc.c.