1 '\" te
2 .\" Copyright (c) 2001, Sun Microsystems, Inc., All Rights Reserved.
3 .\" Copyright 1989 AT&T
4 .\" 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.
5 .\" 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.
6 .\" 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]
7 .TH INTRO 9S "May 15, 2001"
8 .SH NAME
9 Intro, intro \- introduction to kernel data structures and properties
10 .SH DESCRIPTION
11 .sp
12 .LP
13 Section 9P describes kernel properties used by device drivers. Section 9S
14 describes the data structures used by drivers to share information between the
15 driver and the kernel. See \fBIntro\fR(9E) for an overview of device driver
16 interfaces.
17 .sp
18 .LP
19 In Section 9S, reference pages contain the following headings:
20 .RS +4
21 .TP
22 .ie t \(bu
23 .el o
24 \fBNAME\fR summarizes the purpose of the structure or property.
25 .RE
26 .RS +4
27 .TP
112
113 .sp
114 .TS
115 box;
116 c | c
117 l | l .
118 Structure Type
119 _
120 \fBaio_req\fR Solaris DDI
121 _
122 \fBbuf\fR DDI/DKI
123 _
124 \fBcb_ops\fR Solaris DDI
125 _
126 \fBddi_device_acc_attr\fR Solaris DDI
127 _
128 \fBddi_dma_attr\fR Solaris DDI
129 _
130 \fBddi_dma_cookie\fR Solaris DDI
131 _
132 \fBddi_dma_lim_sparc\fR Solaris SPARC DDI
133 _
134 \fBddi_dma_lim_x86\fR Solaris x86 DDI
135 _
136 \fBddi_dma_req\fR Solaris DDI
137 _
138 \fBddi_dmae_req\fR Solaris x86 DDI
139 _
140 \fBddi_idevice_cookie\fR Solaris DDI
141 _
142 \fBddi_mapdev_ctl\fR Solaris DDI
143 _
144 \fBdevmap_callback_ctl\fR Solaris DDI
145 _
146 \fBdev_ops\fR Solaris DDI
147 _
148 \fBiovec\fR DDI/DKI
149 _
150 \fBkstat\fR Solaris DDI
151 _
152 \fBkstat_intr\fR Solaris DDI
153 _
154 \fBkstat_io\fR Solaris DDI
155 _
156 \fBkstat_named\fR Solaris DDI
157 _
|
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
113
114 .sp
115 .TS
116 box;
117 c | c
118 l | l .
119 Structure Type
120 _
121 \fBaio_req\fR Solaris DDI
122 _
123 \fBbuf\fR DDI/DKI
124 _
125 \fBcb_ops\fR Solaris DDI
126 _
127 \fBddi_device_acc_attr\fR Solaris DDI
128 _
129 \fBddi_dma_attr\fR Solaris DDI
130 _
131 \fBddi_dma_cookie\fR Solaris DDI
132 _
133 \fBddi_dmae_req\fR Solaris x86 DDI
134 _
135 \fBddi_idevice_cookie\fR Solaris DDI
136 _
137 \fBddi_mapdev_ctl\fR Solaris DDI
138 _
139 \fBdevmap_callback_ctl\fR Solaris DDI
140 _
141 \fBdev_ops\fR Solaris DDI
142 _
143 \fBiovec\fR DDI/DKI
144 _
145 \fBkstat\fR Solaris DDI
146 _
147 \fBkstat_intr\fR Solaris DDI
148 _
149 \fBkstat_io\fR Solaris DDI
150 _
151 \fBkstat_named\fR Solaris DDI
152 _
|