Manual page for modlinkage(9S)
modlinkage - module linkage structure
SYNOPSIS
#include <sys/modctl.h>
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI)
DESCRIPTION
The
modlinkage
structure is provided by the module writer
to the routines which install, remove, and retrieve information
from a module. See
_init.9e
_fini.9e
and
_info.9e
- ml_rev
-
Is the revision of the loadable modules system. This must have
the value
MODREV_1.
- ml_linkage
-
Is a null terminated array of pointers to linkage structures.
For driver modules there is only one linkage structure.
STRUCTURE MEMBERS
- int ml_rev
-
- void *ml_linkage[4];
-
SEE ALSO
add_drv.1m
_fini.9e
_info.9e
_init.9e
modldrv.9s
modlstrmod.9s
Created by unroff & hp-tools.
© by Hans-Peter Bischof. All Rights Reserved (1997).
Last modified 21/April/97