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

  man pages->Tru64 Unix man pages              
Title
Content
Arch
Section
 
 rminit(9r) -- General: Initializes a resource map
    The rminit routine initializes the specified resource map to have mapsize - 2 segments. The routine also identifies this resource map with the string passed to the name argument. It prints this name i...
 rmvb(9r) -- STREAMS: Removes a message block from a message block
    The rmvb interface removes a message block (the message_to_be_removed argument) from a message block (the message_block_ptr argument) and returns a pointer to the altered message block. The rmvb inter...
 rmvq(9r) -- STREAMS: Removes a message block from a queue
    The rmvq interface removes a message block from a queue. You can remove a message block from anywhere on a queue. To prevent modules and drivers from having to deal with the internals of message linki...
 round_page(9r) -- General: Rounds the specified address
    The round_page routine rounds the specified address (or byte count) to a multiple of the page size. For example, round_page would round a 1-byte count to be equal to the size of one page. This routine...
 select_dequeue(9r) -- General: Removes the last kernel thread waiting for an event
    The select_dequeue routine removes the last kernel thread waiting for an event to occur on the specified device. This routine is called to terminate a select call. Typically, a kernel module's xxsele...
 select_dequeue_all(9r) -- General: Removes all kernel threads waiting for an event
    The select_dequeue_all routine is similar in functionality to the select_dequeue routine. The difference is that select_dequeue_all removes all kernel threads (not just the last one) while waiting for...
 select_enqueue(9r) -- General: Adds the current kernel thread
    The select_enqueue routine adds the current kernel thread to the list of kernel threads waiting for a select event on the specified device. This routine is called when a kernel module's select routin...
 select_wakeup(9r) -- General: Wakes up a kernel thread
    The select_wakeup routine wakes up a kernel thread that is suspended while waiting for an event on the specified device. A user-level process can use the select system call to cause the process to be ...
 sel_queue(9s) -- General: Defines a queue of select events
    The sel_queue data structure provides kernel module writers with a generic queue of select events. You must initialize the links member by calling the queue_init routine prior to using the select_enqu...
 simple_lock(9r) -- General: Asserts a simple lock
    The simple_lock routine asserts a lock with exclusive access for the resource associated with the specified slock structure pointer. This means that no other kernel thread can gain access to the locke...
 simple_lock_init(9r) -- General: Initializes a simple lock structure
    The simple_lock_init routine initializes the simple lock structure that you previously declared with the decl_simple_lock_data routine. You need to initialize the simple lock structure only once. Afte...
 simple_lock_terminate(9r) -- General: Terminates, using a simple lock
    The simple_lock_terminate routine determines that the kernel module is done using the simple lock permanently. The kernel module must free the simple lock (that is, the kernel module does not hold the...
 simple_lock_try(9r) -- General: Tries to assert a simple lock
    The simple_lock_try routine tries to assert a lock with read and write access for the resource associated with the specified simple lock. The main difference between this routine and simple_lock is th...
 simple_unlock(9r) -- General: Releases a simple lock
    The simple_unlock routine releases a simple lock for the resource associated with the specified simple lock structure pointer. This simple lock was previously asserted by calling the simple_lock or si...
 sleep(9r) -- General: Puts a calling process to sleep
    The sleep routine puts a calling process to sleep on the address specified by the channel argument. Some common addresses are the lbolt argument, a buf structure, and a proc structure. This address sh...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service