STREAMS-UX Programmer's Guide (February 2007)
STREAMS Utilities Supported by HP-UX
Appendix B
202
NAME
qprocsoff () – Disable put and service procedures.
SYNOPSIS
#include <sys/stream.h>
void qprocsoff(queue_t *q);
PARAMETERS
q
Pointer to a read queue.
DESCRIPTION
STREAMS/UX only provides stubs which are no-ops for qprocson and qprocsoff to make porting easier.
RETURN VALUES
None
CONSTRAINTS
None