 |
Index for Section 9r |
|
 |
Alphabetical listing for Q |
|
 |
Bottom of page |
|
qenable(9r)
NAME
qenable - STREAMS: Enables a queue
SYNOPSIS
#include <sys/stream.h>
void qenable(
queue_t *queue_pointer );
ARGUMENTS
queue_pointer
Specifies a pointer to the queue to be enabled. The typedef queue_t is
an alternate name for struct queue_entry *.
DESCRIPTION
The qenable interface puts the queue associated with the queue_pointer
argument on the linked list of those whose service interfaces are ready to
be called by the STREAMS scheduler.
RETURN VALUES
None
 |
Index for Section 9r |
|
 |
Alphabetical listing for Q |
|
 |
Top of page |
|