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

  man pages->Tru64 Unix man pages -> OTHERQ (9r)              
Title
Content
Arch
Section
 

OTHERQ(9r)

Contents


NAME    [Toc]    [Back]

       OTHERQ - STREAMS: Gets a pointer to a module's other queue

SYNOPSIS    [Toc]    [Back]

       #include <sys/stream.h>

       queue_t * OTHERQ(
               queue_t *queue );

ARGUMENTS    [Toc]    [Back]

       Specifies the pointer to one of the two queues  that  make
       up  a  STREAMS module or driver. The typedef queue_t is an
       alternate name for struct queue_entry *.

DESCRIPTION    [Toc]    [Back]

       The OTHERQ interface returns a pointer to the other of the
       two  queue  structures  that  make  up a STREAMS module or
       driver. If the queue argument points to  the  read  queue,
       the  OTHERQ  interface  returns  the  write queue.  If the
       queue argument points  to  the  write  queue,  the  OTHERQ
       interface returns the read queue.

RETURN VALUES    [Toc]    [Back]

       Upon successful completion, the OTHERQ interface returns a
       pointer to the other of the two queue structures that make
       up a STREAMS module or driver.



                                                       OTHERQ(9r)
[ Back ]
 Similar pages
Name OS Title
backq Tru64 STREAMS: Gets a pointer to the previous queue
WR Tru64 STREAMS: Gets a pointer to this module's write queue
RD Tru64 STREAMS: Gets a pointer to a module's read queue
ifnet Tru64 STREAMS ifnet module for bridging STREAMS device drivers to sockets
insq Tru64 STREAMS: Inserts a STREAMS message into a queue
qenable Tru64 STREAMS: Enables a queue
alpq IRIX query the alp STREAMS module
noenable Tru64 STREAMS: Prevents a queue from being scheduled
putq Tru64 STREAMS: Puts a message on a queue
getq Tru64 STREAMS: Gets a message from the front of the queue
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service