Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dconfdata.c149 static void conf_warning(const char *fmt, ...)
165 static void conf_warning(const char *fmt, ...) in conf_warning() function
257 conf_warning("symbol value '%s' invalid for %s", in conf_set_sym_val()
273 conf_warning("invalid string found"); in conf_set_sym_val()
285 conf_warning("symbol value '%s' invalid for %s", in conf_set_sym_val()
468 conf_warning("unexpected data: %.*s", in conf_read_simple()
486 conf_warning("unknown symbol: %s", sym_name); in conf_read_simple()
494 conf_warning("override: reassigning to symbol %s", sym->name); in conf_read_simple()
506 conf_warning("%s creates inconsistent choice state", sym->name); in conf_read_simple()
512 conf_warning("override: %s changes choice state", sym->name); in conf_read_simple()
/openbmc/u-boot/scripts/kconfig/
H A Dconfdata.c24 static void conf_warning(const char *fmt, ...)
35 static void conf_warning(const char *fmt, ...) in conf_warning() function
150 conf_warning("symbol value '%s' invalid for %s", in conf_set_sym_val()
167 conf_warning("invalid string found"); in conf_set_sym_val()
181 conf_warning("symbol value '%s' invalid for %s", in conf_set_sym_val()
333 conf_warning("override: reassigning to symbol %s", sym->name); in conf_read_simple()
367 conf_warning("override: reassigning to symbol %s", sym->name); in conf_read_simple()
373 conf_warning("unexpected data: %.*s", in conf_read_simple()
386 conf_warning("%s creates inconsistent choice state", sym->name); in conf_read_simple()
392 conf_warning("override: %s changes choice state", sym->name); in conf_read_simple()