MyWebUniversity.com Home Page
 



OpenSolaris man pages main menu


Data Structures for Drivers                          modlmisc(9S)



NAME
     modlmisc -  linkage  structure  for  loadable  miscellaneous
     modules

SYNOPSIS
     #include 


INTERFACE LEVEL
     Solaris DI specific (Solaris DI).

DESCRIPTION
     The modlmisc structure is used by miscellaneous  modules  to
     export module specific information to the kernel.

STRUCTURE MEMBERS
       struct modops      *miscmodops;
       char                *misclinkinfo;


     miscmodops      Must always be initialized to  the  address
                      of  modmiscops. This member identifies the
                      module as a loadable miscellaneous module.


     misclinkinfo    Can be any string up to MODMAXNAMELEN char-
                      acters   (including  the  terminating  NUL
                      characters), and is used  to  describe  the
                      module, 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



OpenSolaris man pages main menu

Contact us      |       About us      |       Term of use      |       Copyright © 2000-2010 MyWebUniversity.com ™