qenable(9F) manual page
Table of Contents
qenable - enable a queue
#include <sys/stream.h>
#include <sys/ddi.h>
void qenable(queue_t *q);
Architecture independent level
1 (DDI/DKI).
- q
- Pointer to the queue to be enabled.
qenable()
adds the queue pointed to by q to the list of queues whose service routines
are ready to be called by the STREAMS scheduler.
qenable() can be
called from user or interrupt context.
See the dupb(9F)
function
page for an example of the qenable().
dupb(9F)
Table of Contents