v7 man page for modlinkage

Query: modlinkage

OS: v7

Section: 9s

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

modlinkage(9S)						    Data Structures for Drivers 					    modlinkage(9S)

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 that 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. Driver modules have only one linkage structure.
SEE ALSO
add_drv(1M), _fini(9E), _info(9E), _init(9E), modldrv(9S), modlstrmod(9S) Writing Device Drivers SunOS 5.10 18 Sep 1992 modlinkage(9S)
Related Man Pages
modlinkage(9s) - opendarwin
modlinkage(9s) - centos
modlinkage(9s) - php
modlinkage(9s) - mojave
modlinkage(9s) - plan9
Similar Topics in the Unix Linux Community
Goto - UNIX v6 Manual Questions
Sort by values in the 1st row, leaving first four coulumns untouched
Need help to compile and create python64 bit (2.7.9) on Solaris10
Linux froze and got back working 5 days later, no reboot.
Bash - here document on RHEL 6.8 and 6.9 servers aren't working