STREAMS Programming Guide

Exit Print View

Updated: July 2014
 
 

modldrv

The definition of modldrv(9S) is:

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