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

/freebsd-13-stable/stand/common/
H A Dinstall.c50 static char **inst_modules; variable
146 error = setmultipath(&inst_modules, val);
167 if (inst_modules != NULL) {
169 while (inst_modules[i] != NULL)
170 free(inst_modules[i++]);
171 free(inst_modules);
172 inst_modules = NULL;
345 while (inst_modules != NULL && inst_modules[i] != NULL) {
346 error = mod_loadkld(inst_modules[
[all...]

Completed in 117 milliseconds