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

  man pages->Tru64 Unix man pages              
Title
Content
Arch
Section
 
 copyin(9r) -- General: Copies data from a user address space to a kernel address space
    The copyin routine copies a specified amount of data from the unprotected user address space to the protected kernel address space.
 copyinstr(9r) -- General: Copies a null-terminated string from a user address space to a kernel address space
    The copyinstr routine copies a specified null-terminated string from the unprotected user address space to a specified address in the protected kernel address space.
 copymsg(9r) -- STREAMS: Copies a message to a new message
    The copymsg interface: Forms a new message by allocating new message blocks Copies (by calling the copyb interface) the contents of the message referred to by the message_block argument Returns a poin...
 copyout(9r) -- General: Copies data from a kernel address space to a user address space
    The copyout routine copies a specified amount of data from the protected kernel address space to the unprotected user address space.
 copyoutstr(9r) -- General: Copies a null-terminated string from a kernel address space to a user address space
    The copyoutstr routine copies a specified null-terminated string from the protected kernel address space to the unprotected user address space.
 copystr(9r) -- General: Copies a null-terminated character string with a specified limit
    The copystr routine copies string s1 to the buffer pointed to by s2. The routine stops after copying a null character or after copying maxlength characters, whichever comes first. The s2 buffer is not...
 copy_to_phys(9r) -- General: Copies data from a virtual address to a physical address
    The copy_to_phys routine copies a specified amount of virtually addressed memory to physically addressed memory. The addresses reside only in system memory space and not in the memory space on I/O bus...
 cpu(9v) -- Global Variable: Provides a unique logical processor-type family identifier
    The cpu global variable provides a unique logical family identifier of the processor type of the running system. The logical system name can represent a single processor or a family of processor types...
 current_task(9r) -- General: Returns a pointer to the task structure associated with the currently running kernel thread
    The current_task routine returns a pointer to the task structure associated with the currently running kernel thread. A device driver typically calls this routine in preparation for doing a DMA operat...
 current_thread(9r) -- General: Is a pointer to the currently running kernel thread
    The current_thread routine is a pointer to the currently running kernel thread. Typically, kernel modules use this routine to reference the wait_result member of the thread structure pointer associate...
 datamsg(9r) -- STREAMS: Tests whether a message is a data message
    The datamsg interface tests the type of message to determine if it is a data message type. The following list identifies the data message value types: Ordinary data Requests a real-time delay Internal...
 decl_simple_lock_data(9r) -- General: Declares a simple lock structure
    The decl_simple_lock_data routine declares a simple lock structure, slock, of the specified name. You declare a simple lock structure to protect data structures and device register access. You use dec...
 DELAY(9r) -- General: Delays the calling routine a specified number of microseconds
    The DELAY routine delays the calling routine a specified number of microseconds. DELAY spins, waiting for the specified number of microseconds to pass before continuing execution. For example, the fol...
 do_config(9r) -- EISA/ISA: Initializes the device to its assigned configuration
    The do_config routine initializes the specified controller based on its power-up resource assignments. If the device uses either an interrupt or a DMA channel, then do_config also performs any setup r...
 dupb(9r) -- STREAMS: Duplicates a message block descriptor
    The dupb interface creates a new message block structure to reference the message block pointed to by the message_block_ptr argument. Unlike copyb, the dupb interface does not copy the information in ...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service