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

  man pages->Tru64 Unix man pages              
Title
Content
Arch
Section
 
 putbq(9r) -- STREAMS: Places a message at the head of a queue
    The putbq interface places a message at the beginning of the appropriate section of the message queue. There are always sections for high priority and ordinary messages. If other priority bands are us...
 putctl(9r) -- STREAMS: Puts a control message on a queue
    The putctl interface tests the type argument to make sure a data type was not specified. It then attempts to allocate a message block. The putctl interface fails if a message block cannot be allocated...
 putctl1(9r) -- Puts a control message with a 1-byte parameter on a queue
    Like the putctl interface, the putctl1 interface tests the type argument to make sure a data type was not specified. It then attempts to allocate a message block. In addition, the putctl1 interface ca...
 putnext(9r) -- STREAMS: Sends a message to the next module in the stream
    The putnext interface passes a message to the puthere interface of the next queue in the stream.
 putq(9r) -- STREAMS: Puts a message on a queue
    The putq interface puts a message on a driver's queue after the module's put interface has finished processing the message. The putq interface places the message after any other messages of the same...
 qenable(9r) -- STREAMS: Enables a queue
    The qenable interface puts the queue associated with the queue_pointer argument on the linked list of those whose service interfaces are ready to be called by the STREAMS scheduler.
 qreply(9r) -- STREAMS: Sends a message in the reverse direction
    The qreply interface sends a message on a stream in the opposite direction from the queue specified in the queue_pointer argument. It calls the OTHERQ interface to find the queue's module partner.
 qsize(9r) -- STREAMS: Finds the number of messages on a queue
    The qsize interface evaluates the queue associated with the queue_pointer argument and returns the number of messages it contains.
 queue_init(9r) -- General: Initializes the specified queue
    The queue_init routine initializes the specified queue. Kernel modules call this routine prior to calling select_enqueue to initialize the links member of the sel_queue data structure. This member spe...
 RD(9r) -- STREAMS: Gets a pointer to a module's read queue
    The RD interface accepts a write queue pointer as an argument and returns a pointer to the read queue of the same module.
 register_callback(9r) -- General: Registers a configuration callback routine
    The register_callback routine registers a kernel module's callback routine. The kernel calls a kernel module's callback routine when execution reaches the point specified in the point and order argu...
 remque(9r) -- General: Add or remove an element from the queue
    The insque routine adds the element that the elem argument specifies to the queue. The routine inserts elem in the next position after pred in the queue. The remque routine removes the element that th...
 rmalloc(9r) -- General: Allocates size units from the given resource map
    The rmalloc routine allocates size units from the given resource map. In a map, the addresses are increasing, and the list is terminated by a zero size. The actual units managed by the map are arbitra...
 rmfree(9r) -- General: Frees space previously allocated into the specified resource map
    The rmfree routine frees the space previously allocated with a call to rmalloc. It frees a space of the size specified by the size argument at the address specified by the addr argument.
 rmget(9r) -- General: Allocates size units from the given resource map
    The rmget routine allocates the number of units specified in size, starting at the address specified in addr.
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service