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

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

Completed in 61 milliseconds