Skip Navigation Links | |
Exit Print View | |
man pages section 9: DDI and DKI Properties and Data Structures Oracle Solaris 11.1 Information Library |
- module linkage structure
#include <sys/modctl.h>
Solaris DDI specific (Solaris DDI)
The modlinkage structure is provided by the module writer to the routines that install, remove, and retrieve information from a module. See _init(9E), _fini(9E), and _info(9E).
int ml_rev void *ml_linkage[4];
Is the revision of the loadable modules system. This must have the value MODREV_1 .
Is a null-terminated array of pointers to linkage structures. Driver modules have only one linkage structure.
add_drv(1M), _fini(9E), _info(9E), _init(9E), modldrv(9S), modlstrmod(9S)