Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dinstall.c51 static char **inst_modules; variable
146 error = setmultipath(&inst_modules, val); in read_metatags()
165 if (inst_modules != NULL) { in cleanup()
167 while (inst_modules[i] != NULL) in cleanup()
168 free(inst_modules[i++]); in cleanup()
169 free(inst_modules); in cleanup()
170 inst_modules = NULL; in cleanup()
279 while (inst_modules != NULL && inst_modules[i] != NULL) { in install()
280 error = mod_loadkld(inst_modules[i], 0, NULL); in install()