Searched refs:mod_installdrv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c133 static int mod_installdrv(struct modldrv *, struct modlinkage *);
137 mod_installdrv, mod_removedrv, mod_infodrv
539 mod_installdrv(struct modldrv *modl, struct modlinkage *modlp) function
566 "mod_installdrv: no major number for %s", modname);
577 "mod_installdrv: MT-unsafe driver '%s' rejected", modname);
590 "mod_installdrv: busops' revision of '%s' is too low"
605 "mod_installdrv: driver %s not installed", modname);
613 "mod_installdrv: driver already installed %s", modname);

Completed in 62 milliseconds