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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 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...
 resource_string_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...
 rijndael(9) -- AES encryption
    The rijndael_makeKey() function is used to set up the key schedule in key. The direction (which may be DIR_ENCRYPT or DIR_DECRYPT) specifies the intended use of the key. The length of the key (in bits...
 rman(9) -- resource management functions
    The rman set of functions provides a flexible resource management abstraction. It is used extensively by the bus management code. It implements the abstractions of region and resource. A region descri...
 roundrobin(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 ...
<<  [Prev]  11  12  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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service