Home
last modified time | relevance | path

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

/src/stand/common/ !
H A Dinstall.c47 static char **inst_modules; variable
145 error = setmultipath(&inst_modules, val); in read_metatags()
166 if (inst_modules != NULL) { in cleanup()
168 while (inst_modules[i] != NULL) in cleanup()
169 free(inst_modules[i++]); in cleanup()
170 free(inst_modules); in cleanup()
171 inst_modules = NULL; in cleanup()
345 while (inst_modules != NULL && inst_modules[i] != NULL) { in install()
346 error = mod_loadkld(inst_modules[i], 0, NULL); in install()