Home
last modified time | relevance | path

Searched refs:CONFIG_DRV_VERBOSE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/modload/
H A Daddrem.h163 #define CONFIG_DRV_VERBOSE 0x01 /* verbose */ macro
H A Dupdate_drv.c353 CONFIG_DRV_VERBOSE : 0; in main()
478 config_flags |= CONFIG_DRV_VERBOSE; in main()
H A Dadd_drv.c447 config_flags |= CONFIG_DRV_VERBOSE; in main()
H A Ddrvsubr.c1237 if (config_flags & CONFIG_DRV_VERBOSE) { in exec_devfsadm()