Query: uifind
OS: freebsd
Section: 9
Links: freebsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UIDINFO(9) BSD Kernel Developer's Manual UIDINFO(9)NAMEuidinfo, uihashinit, uifind, uihold, uifree -- functions for managing UID informationSYNOPSIS#include <sys/param.h> #include <sys/proc.h> #include <sys/resourcevar.h> void uihashinit(void); struct uidinfo * uifind(uid_t uid); void uihold(struct uidinfo *uip); void uifree(struct uidinfo *uip);DESCRIPTIONThe uidinfo 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 uihashinit() function initializes the uidinfo hash table and its mutex. This function should only be called during system initializa- tion. The uifind() function looks up and returns the uidinfo structure for uid. If no uidinfo structure exists for uid, a new structure will be allocated and initialized. The uidinfo hash mutex is acquired and released. The uihold() function increases the reference count on uip. uip's lock is acquired and released. The uifree() function decreases the reference count on uip, and if the count reaches 0 uip is freed. uip's lock is acquired and release and the uidinfo hash mutex may be acquired and released.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>.BSDJuly 10, 2001 BSD
Related Man Pages |
---|
crcopy(9) - debian |
crfree(9) - debian |
uifind(9) - debian |
uifree(9) - freebsd |
uihashinit(9) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
Mac OS X: Based on UNIX - Solid As a Rock |
The Whole Story on #! /usr/bin/ksh |
Reason for no directory creation date |