'\"macro stdmacro
.if n .pH ddi_dki.qenable @(#)qenable	40.6 of 10/10/89
.\" Copyright 1989 AT&T
.de IX
.ie '\\n(.z'' .tm .Index: \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9	\\n%
.el \\!.IX \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
..
.nr X
.if \nX=0 .ds x} qenable D3DK "STREAMS" "DDI/DKI" "\&"
.if \nX=1 .ds x} qenable D3DK "STREAMS" "DDI/DKI"
.if \nX=2 .ds x} qenable D3DK "" "\&"
.if \nX=3 .ds x} qenable "" "" "\&"
.TH \*(x}
.IX "\f4qenable\fP(D3DK)"
.SH NAME
\f4qenable\f1 \- enable a queue
.SH SYNOPSIS
.nf
.na
\f4#include <sys/stream.h>
#include <sys/ddi.h>
.sp 0.5
void qenable(queue_t *\f2q\f4);\f1
.ad
.fi
.SH ARGUMENT
.RS 0n 10
.IP "\f2q\f1" 10n
Pointer to the queue to be enabled.
.RE
.SH DESCRIPTION
\f4qenable\f1 puts the queue pointed to by \f2q\f1 on the linked
list of those whose service routines are
ready to be called by the STREAMS scheduler.
.SH RETURN VALUE
None
.SH LEVEL
Base or Interrupt
.SH SEE ALSO
\f2BCI Driver Development Guide\f1, Chapter 7, ``STREAMS''
.SH EXAMPLE
See the \f4dupb\f1(D3DK) function page for an example of the \f4qenable\f1.
