osf1 man page for qreply

Query: qreply

OS: osf1

Section: 9r

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

qreply(9r)																qreply(9r)

NAME
qreply - STREAMS: Sends a message in the reverse direction
SYNOPSIS
#include <sys/stream.h> void qreply( queue_t *queue_pointer, MBLKP message_ptr );
ARGUMENTS
Specifies a pointer to the queue. The typedef queue_t is an alternate name for struct queue_entry *. Specifies a pointer to the message block to be sent in the opposite direction. The typedef MBLKP is an alternate name for typedef struct msgb *.
DESCRIPTION
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.
RETURN VALUES
None
SEE ALSO
Kernel Interfaces: OTHERQ(9r), putnext(9r) qreply(9r)
Related Man Pages
qreply(9f) - php
qreply(9f) - minix
qreply(9f) - osx
qreply(9f) - xfree86
qreply(9f) - v7
Similar Topics in the Unix Linux Community
Low Impact PHP Errors and Logging Levels
PHP Write Man Pages to MySQL DB