modlinkage(9s) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

modlinkage(9s)

Kernel & Driver Data Structures                                 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 rou‐
       tines 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  struc‐
                     tures. Driver modules have only one linkage structure.


SEE ALSO
       add_drv(8),  _fini(9E),  _info(9E),  _init(9E),  modldrv(9S),  modlstr‐
       mod(9S)


       Writing Device Drivers in Oracle Solaris 11.4



Oracle Solaris 11.4               18 Sep 1992                   modlinkage(9S)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3