[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    modlinkage(9S) manual page Table of Contents

Name

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).

Structure Members

int    ml_rev
void    *ml_linkage[4];

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.

See Also

add_drv(1M) , _fini(9E), _info(9E), _init(9E), modldrv(9S) , modlstrmod(9S)


Table of Contents