Query: modldrv
OS: php
Section: 9s
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
modldrv(9S) Data Structures for Drivers modldrv(9S)NAMEmodldrv - linkage structure for loadable driversSYNOPSIS#include <sys/modctl.h>INTERFACE LEVELSolaris DDI specific (Solaris DDI)DESCRIPTIONThe modldrv structure is used by device drivers to export driver specific information to the kernel.STRUCTURE MEMBERSstruct mod_ops *drv_modops; char *drv_linkinfo; struct dev_ops *drv_dev_ops; drv_modops Must always be initialized to the address of mod_driverops. This member identifies the module as a loadable driver. drv_linkinfo Can be any string up to MODMAXNAMELEN characters (including the terminating NULL character), and is used to describe the module and its version number. This is usually the name of the driver and module version information, but can contain other information as well. drv_dev_ops Pointer to the driver's dev_ops(9S) structure.SEE ALSOadd_drv(1M), dev_ops(9S), modlinkage(9S) Writing Device Drivers SunOS 5.10 5 Mar 2001 modldrv(9S)
Related Man Pages |
---|
modldrv(9s) - opensolaris |
modldrv(9s) - linux |
modlinkage(9s) - redhat |
modldrv(9s) - freebsd |
modldrv(9s) - plan9 |
Similar Topics in the Unix Linux Community |
---|
Rules for Homework & Coursework Questions Forum |
Forum Video Tutorial: How to Use Code Tags |
Status of UNIX.COM Forum Transformation |
Please Welcome Ravinder Singh to the Moderation Team |