|
NAMEuidinfo , uihashinit ,
uifind , uihold ,
uifree —
functions for managing UID information
SYNOPSIS#include <sys/param.h>
#include <sys/proc.h>
#include <sys/resourcevar.h>
void
struct uidinfo *
void
void
DESCRIPTIONTheuidinfo family of functions is used to manage
uidinfo structures. Each uidinfo
structure maintains per uid resource consumption counts, including the process
count and socket buffer space usage.
The The The The RETURN VALUESuifind () returns a pointer to an initialized
uidinfo structure, and should not fail.
AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface. |