summaryrefslogtreecommitdiff
path: root/usr/src/man/man9s/queue.9s
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man9s/queue.9s')
-rw-r--r--usr/src/man/man9s/queue.9s16
1 files changed, 1 insertions, 15 deletions
diff --git a/usr/src/man/man9s/queue.9s b/usr/src/man/man9s/queue.9s
index fa672b7672..12d008d08b 100644
--- a/usr/src/man/man9s/queue.9s
+++ b/usr/src/man/man9s/queue.9s
@@ -4,7 +4,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
.\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with
.\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH queue 9S "10 Jan 2006" "SunOS 5.11" "Data Structures for Drivers"
+.TH QUEUE 9S "Jan 10, 2006"
.SH NAME
queue \- STREAMS queue structure
.SH SYNOPSIS
@@ -56,78 +56,64 @@ fields and the \fBq_next\fR values are detailed in the following sections.
The \fBq_flag\fR field must be used only to check the following flag values.
.sp
.ne 2
-.mk
.na
\fB\fBQFULL\fR\fR
.ad
.RS 10n
-.rt
Queue is full.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBQREADR\fR\fR
.ad
.RS 10n
-.rt
Queue is used for upstream (read-side) processing.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBQUSE\fR\fR
.ad
.RS 10n
-.rt
Queue has been allocated.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBQENAB\fR\fR
.ad
.RS 10n
-.rt
Queue has been enabled for service by \fBqenable\fR(9F).
.RE
.sp
.ne 2
-.mk
.na
\fB\fBQNOENB\fR\fR
.ad
.RS 10n
-.rt
Queue will not be scheduled for service by \fBputq\fR(9F).
.RE
.sp
.ne 2
-.mk
.na
\fB\fBQWANTR\fR\fR
.ad
.RS 10n
-.rt
Upstream processing element wants to read from queue.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBQWANTW\fR\fR
.ad
.RS 10n
-.rt
Downstream processing element wants to write to queue.
.RE