Home | History | Annotate | Download | only in config

Lines Matching refs:nowarn

1191 deloption(const char *name, int nowarn)
1195 if (undo_option(opttab, &options, &nextopt, name, "options", nowarn))
1197 if (undo_option(selecttab, NULL, NULL, strtolower(name), "options", nowarn))
1240 delfsoption(const char *name, int nowarn)
1246 if (undo_option(fsopttab, &fsoptions, &nextfsopt, name, "file-system", nowarn))
1248 if (undo_option(selecttab, NULL, NULL, n, "file-system", nowarn))
1264 delmkoption(const char *name, int nowarn)
1269 "makeoptions", nowarn);
1376 struct nvlist ***next, const char *name, const char *type, int nowarn)
1384 if (!handling_cmdlineopts && !nowarn)