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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 printf(9) -- formatted output conversion
    The printf(9) family of functions are similar to the printf(3) family of functions. The three functions each use a different output stream. The uprintf() function outputs to the current process' cont...
 procrunnable(9) -- manage the queue of runnable processes
    The run queue consists of four priority queues: itqueues for interrupt threads, rtqueues for realtime priority processes, queues for time sharing processes, and idqueues for idle priority processes. E...
 pseudofs(9) -- pseudo file system construction kit
    The pseudofs module offers an abstract API for pseudo-file systems such as procfs(5) and linprocfs(5). It takes care of all the hairy bits like interfacing with the VFS system, enforcing access contro...
 psignal(9) -- post signal to a process or process group
    These functions post a signal to one or more processes. The argument signum common to all three functions should be in the range [1-NSIG]. The psignal() function posts signal number signum to the proc...
 random(9) -- supply pseudo-random numbers
    The random() function will by default produce a sequence of numbers that can be duplicated by calling srandom() with `1' as the seed. The srandom() function may be called with any arbitrary seed valu...
 random_harvest(9) -- gather entropy from the kernel for the entropy device
    The random_harvest() function is used by device drivers and other kernel processes to pass data that is considered (at least partially) stochastic to the entropy device. The caller should pass a point...
 read_random(9) -- supply pseudo-random numbers
    The random() function will by default produce a sequence of numbers that can be duplicated by calling srandom() with `1' as the seed. The srandom() function may be called with any arbitrary seed valu...
 realloc(9) -- kernel memory management routines
    The malloc() function allocates uninitialized memory in kernel address space for an object whose size is specified by size. The free() function releases memory at address addr that was previously allo...
 reallocf(9) -- kernel memory management routines
    The malloc() function allocates uninitialized memory in kernel address space for an object whose size is specified by size. The free() function releases memory at address addr that was previously allo...
 relpbuf(9) -- functions for managing physical buffers
    These functions are used to allocate and release physical buffers. The physical buffers are allocated at system startup and are maintained in a separate pool from the main system buffers. They are int...
 remrunqueue(9) -- manage the queue of runnable processes
    The run queue consists of four priority queues: itqueues for interrupt threads, rtqueues for realtime priority processes, queues for time sharing processes, and idqueues for idle priority processes. E...
 resetpriority(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 ...
 resettodr(9) -- set battery-backed clock from system time
    The resettodr() function sets the system's battery-backed clock based on the contents of the system time variable.
 resource_int_value(9) -- get a value from the hints mechanism
    These functions fetch a value from the ``hints'' mechanism. The functions take the following arguments: name The name of the device to get the resource value from. unit The unit number of the device...
 resource_long_value(9) -- get a value from the hints mechanism
    These functions fetch a value from the ``hints'' mechanism. The functions take the following arguments: name The name of the device to get the resource value from. unit The unit number of the device...
<<  [Prev]  315  316  317  318  319  320  321  322  323  324  325  326  327  328  329  330  331  332  333  334  335  
336  337  338  339  340  341  342  343  344  345  346  347  348  349  350  351  352  353  354  355  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service