 |
Index for Section 9 |
|
 |
Alphabetical listing for I |
|
 |
Bottom of page |
|
intro(9s)
NAME
intro - Introduction to device drivers
DESCRIPTION
This section describes the data structures related to device drivers. The
descriptions can include the following sections.
NAME
This section lists the name of the structure along with a summary
description of its purpose.
SYNOPSIS
This section takes the following approaches when describing structures:
· The C structure declaration is shown
This occurs when you need to understand or initialize all of the
members of a structure.
· The structure members are shown in a table
This occurs when you need to understand or reference some of the
members of a particular structure.
· No structure declaration or structure table is shown
This occurs when the structure is opaque. This means the members of
the structure are manipulated by the Tru64 UNIX operating system. You
do not manipulate or reference any of the members.
MEMBERS
This section provides a short description of each member of the structure.
DESCRIPTION
This section gives more details about the purpose of the structure.
FILES
This section lists the header file, including the path, where the structure
is defined.
SEE ALSO
This section lists related kernel interfaces, structures, system calls, and
so forth.
 |
Index for Section 9 |
|
 |
Alphabetical listing for I |
|
 |
Top of page |
|