:man| Alphabetical   Categories   About us 
 
UIDINFO (9) | Kernel routines | Unix Manual Pages | :man

NAME

uidinfo, uihashinit, uifind, uihold, uifree - "functions for managing UID information"

CONTENTS

Synopsis
Description
Return Values
Authors

SYNOPSIS


.In sys/param.h
.In sys/proc.h
.In sys/resourcevar.h void uihashinit void "struct uidinfo *" uifind "uid_t uid" void uihold "struct uidinfo *uip" void uifree "struct uidinfo *uip"

DESCRIPTION

The uidinfo family of functions is used to manage
.Vt uidinfo structures. Each
.Vt uidinfo structure maintains per uid resource consumption counts, including the process count and socket buffer space usage.

The uihashinit function initializes the
.Vt uidinfo hash table and its mutex. This function should only be called during system initialization.

The uifind function looks up and returns the
.Vt uidinfo structure for uid. If no
.Vt 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 VALUES

uifind returns a pointer to an initialized
.Vt uidinfo structure, and should not fail.

AUTHORS

This manual page was written by
.An Chad David Aq
davidc@acns.ab.ca .

July 10, 2001 UIDINFO (9)
shtml">manServer 1.07 from uidinfo.9 using doc macros.

 
Created by Blin Media, 2008-2013