MODLDRV(9S) | Data Structures for Drivers | MODLDRV(9S) |
modldrv - linkage structure for loadable drivers
#include <sys/modctl.h>
illumos DDI specific (illumos DDI)
The modldrv structure is used by device drivers to export driver specific information to the kernel.
struct mod_ops *drv_modops; char *drv_linkinfo; struct dev_ops *drv_dev_ops;
drv_modops
drv_linkinfo
drv_dev_ops
add_drv(8), dev_ops(9S), modlinkage(9S)
Writing Device Drivers
March 5, 2001 | OmniOS |