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

  man pages->Tru64 Unix man pages              
Title
Content
Arch
Section
 
 svatophys(9r) -- General: Converts a system virtual address to a physical address
    The svatophys routine converts a system virtual address to the corresponding physical address. All address and data structure manipulation done within the kernel is performed using system virtual addr...
 swap_lw_bytes(9r) -- General: Perform
    The swap_lw_bytes interface performs a longword byte swap. The swap_word_bytes interface performs a short word byte swap. The swap_words interface performs a word byte swap. Many computer vendors supp...
 swap_words(9r) -- General: Perform
    The swap_lw_bytes interface performs a longword byte swap. The swap_word_bytes interface performs a short word byte swap. The swap_words interface performs a word byte swap. Many computer vendors supp...
 swap_word_bytes(9r) -- General: Perform
    The swap_lw_bytes interface performs a longword byte swap. The swap_word_bytes interface performs a short word byte swap. The swap_words interface performs a word byte swap. Many computer vendors supp...
 task(9s) -- General: Contains task-specific information
    The task data structure contains task-related information.
 thread(9s) -- General: Contains kernel threads-related information
    The thread data structure contains kernel threads-related information. Kernel modules typically use the wait_result member (with the current_thread routine) to check for the result of the wait. The va...
 thread_block(9r) -- General: Blocks (puts to sleep) the current kernel thread
    The thread_block routine blocks (puts to sleep) the current kernel thread and selects the next kernel thread to start (run). The routine schedules the next kernel thread onto this CPU. When a kernel t...
 thread_halt_self(9r) -- General: Handles asynchronous traps for
    The thread_halt_self routine performs the work associated with a variety of asynchronous traps (ASTs) for a kernel thread that terminates itself. A kernel thread terminates itself (or one kernel threa...
 thread_set_timeout(9r) -- General: Sets a timer for the current kernel thread
    The thread_set_timeout routine must be called as follows: Lock the resource. Call assert_wait_mesg to assert that the current kernel thread is about to block. Unlock the resource. Call thread_set_time...
 thread_terminate(9r) -- General: Prepares to stop or stops execution of the specified kernel thread
    The thread_terminate routine prepares to stop or permanently stops execution of the specified kernel thread. You created and started this kernel thread in a previous call to the kernel_isrthread or ke...
 thread_wakeup(9r) -- General: Wakes up all kernel threads waiting for the specified event
    The thread_wakeup routine wakes up all kernel threads waiting for the event specified in the event argument. This routine is actually a convenience wrapper for the thread_wakeup_prim routine with the ...
 thread_wakeup_one(9r) -- General: Wakes up the first kernel thread waiting on a channel
    The thread_wakeup_one routine wakes up only the first kernel thread in the hash chain waiting for the event specified in the event argument. This routine is actually a convenience wrapper for the thre...
 timeout(9r) -- General: Initializes a callout queue element
    The timeout routine initializes a callout queue element to make it easy to execute the specified routine at the time specified in the time argument. You often use callout routines for infrequent polli...
 trunc_page(9r) -- General: Truncates the specified address
    The trunc_page routine truncates the specified address to be aligned on a page boundary. This routine shields the driver writer from having to know the page size of the system, which could vary in dif...
 uio(9s) -- General: Describes I/O, either single vector or multiple vectors
    The uio data structure describes, either singler-vector or multiple-vector I/O. Typically, kernel modules do not manipulate the members of this data structure. However, the data structure is presented...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service