*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 vprintf(9) -- kernel formatted output conversion
    The printf(), snprintf(), vprintf(), vsnprintf(), uprintf(), ttyprintf(), and db_printf() functions allow the kernel to send formatted messages to various output devices. The functions printf() and vp...
 vput(9) -- decrement the reference count for a vnode and unlock it
    Decrement the v_usecount field of the vnode vp and unlock the vnode. This operation is functionally equivalent to calling VOP_UNLOCK() followed by vrele(9).
 vrecycle(9) -- recycle a vnode if its reference count is zero
    The vrecycle() function places the vnode vp on the free list using vgonel(9) if its v_usecount field is zero. If v_usecount is non-zero, it simply returns. If v_usecount is zero and an interlock inter...
 vref(9) -- increment the use count for a vnode
    Increment the v_usecount field of the vnode specified by vp. Each vnode maintains a reference count of how many parts of the system are using the vnode. This allows the system to detect when a vnode i...
 vrele(9) -- decrement the use count for a vnode
    Decrement the v_usecount field of the vnode specified by vp. Any code in the system which uses a vnode should call vrele() when it is finished with the vnode. If the v_usecount field of the vnode reac...
 vsnprintf(9) -- kernel formatted output conversion
    The printf(), snprintf(), vprintf(), vsnprintf(), uprintf(), ttyprintf(), and db_printf() functions allow the kernel to send formatted messages to various output devices. The functions printf() and vp...
 vwaitforio(9) -- wait for all outstanding asynchronous writes
    The vwaitforio() call sleeps until all asynchronous writes associated with the vnode vp finish. This is used by functions that need to make sure that the writes they initiated have completed. The vwai...
 wakeup(9) -- process context sleep and wakeup
    These functions implement voluntary context switching. tsleep() and sleep() are used throughout the kernel whenever processing in the current context can not continue for any of the following reasons:...
 writedisklabel(9) -- disk label management routines
    This collection of routines provides a disklabel management interface to kernel device drivers. These routines are classified as machine- or architecture-dependent because of restrictions imposed by t...
<<  [Prev]  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  
[Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service