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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 sbuf_new(9) -- safe string formatting
    The sbuf family of functions allows one to safely allocate, construct and release bounded null-terminated strings in kernel space. Instead of arrays of characters, these functions operate on structure...
 sbuf_overflowed(9) -- safe string formatting
    The sbuf family of functions allows one to safely allocate, construct and release bounded null-terminated strings in kernel space. Instead of arrays of characters, these functions operate on structure...
 sbuf_printf(9) -- safe string formatting
    The sbuf family of functions allows one to safely allocate, construct and release bounded null-terminated strings in kernel space. Instead of arrays of characters, these functions operate on structure...
 sbuf_putc(9) -- safe string formatting
    The sbuf family of functions allows one to safely allocate, construct and release bounded null-terminated strings in kernel space. Instead of arrays of characters, these functions operate on structure...
 sbuf_setpos(9) -- safe string formatting
    The sbuf family of functions allows one to safely allocate, construct and release bounded null-terminated strings in kernel space. Instead of arrays of characters, these functions operate on structure...
 sbuf_trim(9) -- safe string formatting
    The sbuf family of functions allows one to safely allocate, construct and release bounded null-terminated strings in kernel space. Instead of arrays of characters, these functions operate on structure...
 sbuf_vprintf(9) -- safe string formatting
    The sbuf family of functions allows one to safely allocate, construct and release bounded null-terminated strings in kernel space. Instead of arrays of characters, these functions operate on structure...
 schedclock(9) -- perform round-robin scheduling of runnable processes
    Each process has three different priorities stored in struct proc: p_usrpri, p_nativepri, and p_priority. The p_usrpri member is the user priority of the process calculated from a process' estimated ...
 schedcpu(9) -- perform round-robin scheduling of runnable processes
    Each process has three different priorities stored in struct proc: p_usrpri, p_nativepri, and p_priority. The p_usrpri member is the user priority of the process calculated from a process' estimated ...
 scheduler(9) -- perform round-robin scheduling of runnable processes
    Each process has three different priorities stored in struct proc: p_usrpri, p_nativepri, and p_priority. The p_usrpri member is the user priority of the process calculated from a process' estimated ...
 sched_setup(9) -- perform round-robin scheduling of runnable processes
    Each process has three different priorities stored in struct proc: p_usrpri, p_nativepri, and p_priority. The p_usrpri member is the user priority of the process calculated from a process' estimated ...
 selrecord(9) -- record and wakeup select requests
    selrecord() and selwakeup() are the two central functions used by select(2), poll(2) and the objects that are being selected on. They handle the task of recording which threads are waiting on which ob...
 selwakeup(9) -- record and wakeup select requests
    selrecord() and selwakeup() are the two central functions used by select(2), poll(2) and the objects that are being selected on. They handle the task of recording which threads are waiting on which ob...
 sema(9) -- kernel counting semaphore
    Counting semaphores provide a mechanism for synchronizing access to a pool of resources. Unlike mutexes, semaphores do not have the concept of an owner, so they can also be useful in situations where ...
 sema_destroy(9) -- kernel counting semaphore
    Counting semaphores provide a mechanism for synchronizing access to a pool of resources. Unlike mutexes, semaphores do not have the concept of an owner, so they can also be useful in situations where ...
<<  [Prev]  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  
34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service