STREAMS Programming Guide

modldrv

The definition of modldrv(9S) is:


struct modldrv {
		struct mod_ops   *drv_modops;
		char             *drv_linkinfo;
		struct dev_ops   *drv_dev_ops;
};