Home
last modified time | relevance | path

Searched refs:MODLOADDRVCONF (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/lvm/libsvm/common/
H A Dmodops.c115 (modctl(MODLOADDRVCONF, major) != 0)) { in mod_unload()
/titanic_41/usr/src/uts/common/sys/
H A Dmodctl.h246 #define MODLOADDRVCONF 18 macro
/titanic_41/usr/src/cmd/modload/
H A Dupdate_drv.c550 (modctl(MODLOADDRVCONF, major, 0) != 0)) { in main()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c1122 case MODLOADDRVCONF: s = "MODLOADDRVCONF"; break; in prt_mod()
/titanic_41/usr/src/uts/common/os/
H A Dmodctl.c2530 case MODLOADDRVCONF: /* load driver.conf file for major */ in modctl()
/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm.c438 if (modctl(MODLOADDRVCONF, major, flags) != 0) in update_drvconf()