STREAMS Programming Guide

modldrv(9S)

This is the definition ofmodldrv(9S).


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