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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 be64enc(9) -- byte order operations
    The bswap16(), bswap32(), and bswap64() functions return a byte order swapped integer. On big endian systems, the number is converted to little endian byte order. On little endian systems, the number ...
 be64toh(9) -- byte order operations
    The bswap16(), bswap32(), and bswap64() functions return a byte order swapped integer. On big endian systems, the number is converted to little endian byte order. On little endian systems, the number ...
 bios(9) -- interact with PC BIOS
    These functions provide a general-purpose interface for dealing with the BIOS functions and data encountered on x86 PC-architecture systems. bios_sigsearch() Searches the BIOS address space for a serv...
 boot(9) -- halt or reboot the system
    The boot() function handles final system shutdown, and either halts or reboots the system. The exact action to be taken is determined by the flags passed in howto and by whether or not the system has ...
 boottime(9) -- system time variables
    The time variable is the system's ``wall time'' clock. It is set at boot by inittodr(9), and is updated by the settimeofday(2) system call and by periodic clock interrupts. The boottime variable ho...
 bp(9) -- kernel buffer I/O scheme used in FreeBSD VM system
    The kernel implements a KVM abstraction of the buffer cache which allows it to map potentially disparate vm_page's into contiguous KVM for use by (mainly file system) devices and device I/O. This abs...
 bswap16(9) -- byte order operations
    The bswap16(), bswap32(), and bswap64() functions return a byte order swapped integer. On big endian systems, the number is converted to little endian byte order. On little endian systems, the number ...
 bswap32(9) -- byte order operations
    The bswap16(), bswap32(), and bswap64() functions return a byte order swapped integer. On big endian systems, the number is converted to little endian byte order. On little endian systems, the number ...
 bswap64(9) -- byte order operations
    The bswap16(), bswap32(), and bswap64() functions return a byte order swapped integer. On big endian systems, the number is converted to little endian byte order. On little endian systems, the number ...
 buf(9) -- kernel buffer I/O scheme used in FreeBSD VM system
    The kernel implements a KVM abstraction of the buffer cache which allows it to map potentially disparate vm_page's into contiguous KVM for use by (mainly file system) devices and device I/O. This abs...
 BUF_LOCK(9) -- locks a buffer
    The BUF_LOCK() function locks the given buffer. If the lock is already held this call will block until it can acquire the lock unless LK_NOWAIT is set. Its arguments are: bp The buffer to lock. lockty...
 BUF_LOCKFREE(9) -- destroys a buffer's lock
    The BUF_LOCKFREE() macro destroys the buffer lock. The lock must not be held when this macro is called or a panic will result. Its argument is: bp The buffer whose lock is to be destroyed.
 BUF_LOCKINIT(9) -- unlocks a locked buffer
    The BUF_LOCKINIT() macro initializes a buffer lock. Its argument is: bp The buffer whose lock it to be initialized.
 BUF_REFCNT(9) -- returns the reference count on a buffer's lock
    The BUF_REFCNT() function returns the reference count on a buffer's lock. Its argument is: bp The buffer whose lock reference count is to be returned.
 BUF_TIMELOCK(9) -- locks a buffer
    The BUF_TIMELOCK() function locks the given buffer, and limits the amount of time it will sleep to timo and OR's catch into the sleep's priority. wmesg is the wmesg used in the sleep. Its arguments ...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  
22  23  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service