Data Structures for Drivers modlmisc(9S)
NAME
modlmisc - linkage structure for loadable miscellaneous
modulesSYNOPSIS
#include
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI).DESCRIPTION
The modlmisc structure is used by miscellaneous modules to
export module specific information to the kernel. STRUCTURE MEMBERSstruct mod_ops *misc_modops;
char *misc_linkinfo;
misc_modops Must always be initialized to the address
of mod_miscops. This member identifies the
module as a loadable miscellaneous module.misc_linkinfo Can be any string up to MODMAXNAMELEN char-
acters (including the terminating NULL characters), and is used to describe themodule, but can also contain other informa-
tion (such as a version number).SEE ALSO
modload(1M), modlinkage(9S)SunOS 5.11 Last change: 6 Nov 2007 1