8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man9s / Intro.9s
blobe2968197f10306b6359f8bb96e726ed6930f1dee
1 '\" te
2 .\" Copyright 2014 Garrett D'Amore <garrett@damore.org>
3 .\" Copyright (c) 2001, Sun Microsystems, Inc.,  All Rights Reserved.
4 .\" Copyright 1989 AT&T
5 .\" 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.
6 .\" 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.
7 .\" 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]
8 .TH INTRO 9S "May 24, 2014"
9 .SH NAME
10 Intro, intro \- introduction to kernel data structures and properties
11 .SH DESCRIPTION
12 .sp
13 .LP
14 Section 9P describes kernel properties used by device drivers. Section 9S
15 describes the data structures used by drivers to share information between the
16 driver and the kernel. See \fBIntro\fR(9E) for an overview of device driver
17 interfaces.
18 .sp
19 .LP
20 In Section 9S, reference pages contain the following headings:
21 .RS +4
22 .TP
23 .ie t \(bu
24 .el o
25 \fBNAME\fR summarizes the purpose of the structure or property.
26 .RE
27 .RS +4
28 .TP
29 .ie t \(bu
30 .el o
31 \fBSYNOPSIS\fR lists the include file that defines the structure or property.
32 .RE
33 .RS +4
34 .TP
35 .ie t \(bu
36 .el o
37 \fBINTERFACE\fR \fBLEVEL\fR describes any architecture dependencies.
38 .RE
39 .RS +4
40 .TP
41 .ie t \(bu
42 .el o
43 \fBDESCRIPTION\fR provides general information about the structure or property.
44 .RE
45 .RS +4
46 .TP
47 .ie t \(bu
48 .el o
49 \fBSTRUCTURE\fR \fBMEMBERS\fR lists all accessible structure members (for
50 Section 9S).
51 .RE
52 .RS +4
53 .TP
54 .ie t \(bu
55 .el o
56 \fBSEE\fR \fBALSO\fR gives sources for further information.
57 .RE
58 .sp
59 .LP
60 Of the preceding headings, Section 9P reference pages contain the \fBNAME\fR,
61 \fBDESCRIPTION\fR, and \fBSEE\fR \fBALSO\fR fields.
62 .sp
63 .LP
64 Every driver MUST include <\fBsys/ddi.h\fR> and <\fBsys/sunddi.h\fR>, in that
65 order, and as final entries.
66 .sp
67 .LP
68 The following table summarizes the STREAMS structures described in Section 9S.
69 .sp
71 .sp
72 .TS
73 box;
74 c | c
75 l | l .
76 Structure       Type
78 \fBcopyreq\fR   DDI/DKI
80 \fBcopyresp\fR  DDI/DKI
82 \fBdatab\fR     DDI/DKI
84 \fBfmodsw\fR    Solaris DDI
86 \fBfree_rtn\fR  DDI/DKI
88 \fBiocblk\fR    DDI/DKI
90 \fBlinkblk\fR   DDI/DKI
92 \fBmodule_info\fR       DDI/DKI
94 \fBmsgb\fR      DDI/DKI
96 \fBqband\fR     DDI/DKI
98 \fBqinit\fR     DDI/DKI
100 \fBqueclass\fR  Solaris DDI
102 \fBqueue\fR     DDI/DKI
104 \fBstreamtab\fR DDI/DKI
106 \fBstroptions\fR        DDI/DKI
111 The following table summarizes structures that are not specific to STREAMS I/O.
116 box;
117 c | c
118 l | l .
119 Structure       Type
121 \fBaio_req\fR   Solaris DDI
123 \fBbuf\fR       DDI/DKI
125 \fBcb_ops\fR    Solaris DDI
127 \fBddi_device_acc_attr\fR       Solaris DDI
129 \fBddi_dma_attr\fR      Solaris DDI
131 \fBddi_dma_cookie\fR    Solaris DDI
133 \fBddi_dmae_req\fR      Solaris x86 DDI
135 \fBddi_idevice_cookie\fR        Solaris DDI
137 \fBddi_mapdev_ctl\fR    Solaris DDI
139 \fBdevmap_callback_ctl\fR       Solaris DDI
141 \fBdev_ops\fR   Solaris DDI
143 \fBiovec\fR     DDI/DKI
145 \fBkstat\fR     Solaris DDI
147 \fBkstat_intr\fR        Solaris DDI
149 \fBkstat_io\fR  Solaris DDI
151 \fBkstat_named\fR       Solaris DDI
153 \fBmap\fR       DDI/DKI
155 \fBmodldrv\fR   Solaris DDI
157 \fBmodlinkage\fR        Solaris DDI
159 \fBmodlstrmod\fR        Solaris DDI
161 \fBscsi_address\fR      Solaris DDI
163 \fBscsi_arq_status\fR   Solaris DDI
165 \fBscsi_device\fR       Solaris DDI
167 \fBscsi_extended_sense\fR       Solaris DDI
169 \fBscsi_hba_tran\fR     Solaris DDI
171 \fBscsi_inquiry\fR      Solaris DDI
173 \fBscsi_pkt\fR  Solaris DDI
175 \fBscsi_status\fR       Solaris DDI
177 \fBuio\fR       DDI/DKI
180 .SH SEE ALSO
183 \fBIntro\fR(9E)
184 .SH NOTES
187 Do not declare arrays of structures as the size of the structures can change
188 between releases. Rely only on the structure members listed in this chapter and
189 not on unlisted members or the position of a member in a structure.