8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man9s / linkblk.9s
blobd85cfc64889580bfc04ba86ba93ca429e2b6e2e6
1 '\" te
2 .\" Copyright (c) 2000, Sun Microsystems, Inc.,  All Rights Reserved
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH LINKBLK 9S "Jul 7, 1994"
7 .SH NAME
8 linkblk \- STREAMS data structure sent to multiplexor drivers to indicate a
9 link
10 .SH SYNOPSIS
11 .LP
12 .nf
13 #include <sys/stream.h>
14 .fi
16 .SH INTERFACE LEVEL
17 .sp
18 .LP
19 Architecture independent level 1 (DDI/DKI)
20 .SH DESCRIPTION
21 .sp
22 .LP
23 The  \fBlinkblk\fR structure is used to connect a lower Stream to an upper
24 STREAMS multiplexor driver.  This structure is used in conjunction with the
25 \fBI_LINK\fR, \fBI_UNLINK\fR,  \fBP_LINK\fR, and \fBP_UNLINK\fR ioctl commands.
26 See  \fBstreamio\fR(7I). The  \fBM_DATA\fR portion of the  \fBM_IOCTL\fR
27 message contains the  \fBlinkblk\fR structure.  Note that the \fBlinkblk\fR
28 structure is allocated and initialized by the Stream head as a result of  one
29 of the above ioctl commands.
30 .SH STRUCTURE MEMBERS
31 .sp
32 .in +2
33 .nf
34 queue_t   *l_qtop;   /* lowest level write queue of upper stream */
35                      /* (set to NULL for persistent links) */
36 queue_t   *l_qbot;   /* highest level write queue of lower stream */
37 int       l_index;   /* index for lower stream. */
38 .fi
39 .in -2
41 .SH SEE ALSO
42 .sp
43 .LP
44 \fBioctl\fR(2), \fBstreamio\fR(7I)
45 .sp
46 .LP
47 \fISTREAMS Programming Guide\fR