Query: wr
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WR(9r) WR(9r)NAMEWR - STREAMS: Gets a pointer to this module's write queueSYNOPSIS#include <sys/stream.h> queue_t * WR( queue_t *queue_pointer );ARGUMENTSSpecifies a pointer to the read queue whose write queue is to be returned. The typedef queue_t is an alternate name for struct queue_entry *.DESCRIPTIONThe WR interface accepts a read queue pointer as an argument and returns a pointer to the write queue of the same module.CAUTIONSMake sure the queue_pointer argument is a pointer to a read queue. The WR interface does not check for queue type. A system panic could occur if queue_pointer is not a read queue.RETURN VALUESUpon successful completion, WR returns the pointer to the write queue.SEE ALSOKernel Interfaces: OTHERQ(9r), RD(9r) WR(9r)
| Related Man Pages |
|---|
| wr(9f) - sunos |
| wr(9f) - mojave |
| wr(9f) - xfree86 |
| wr(9f) - hpux |
| wr(9f) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Automated FTP task |
| When I am writing my own interpreter... |
| write a script to compare two files |
| deleting the part of the file(overwrite) using start and end point |
| Mod_rewrite to handle paths ? |