Home
last modified time | relevance | path

Searched refs:CONFIG_DRV_UPDATE_ONLY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/modload/
H A Daddrem.h165 #define CONFIG_DRV_UPDATE_ONLY 0x04 /* -u update only */ macro
H A Dadd_drv.c449 config_flags |= CONFIG_DRV_UPDATE_ONLY; in main()
H A Ddrvsubr.c1250 if (config_flags & CONFIG_DRV_UPDATE_ONLY) in exec_devfsadm()