Query: otherq
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OTHERQ(9r) OTHERQ(9r)NAMEOTHERQ - STREAMS: Gets a pointer to a module's other queueSYNOPSIS#include <sys/stream.h> queue_t * OTHERQ( queue_t *queue );ARGUMENTSSpecifies 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 *.DESCRIPTIONThe OTHERQ interface returns a pointer to the other of the two queue structures that make up a STREAMS module or driver. If the queue argu- ment 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 VALUESUpon 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)
Related Man Pages |
---|
otherq(9f) - debian |
otherq(9f) - linux |
otherq(9f) - xfree86 |
otherq(9f) - bsd |
otherq(9f) - hpux |
Similar Topics in the Unix Linux Community |
---|
i/o kernel tunning |
Shell Script for Upload/download files using cURL |