Searched refs:conf_warning (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/scripts/kconfig/ |
H A D | confdata.c | 149 static void conf_warning(const char *fmt, ...) 158 static void conf_warning(const char *fmt, ...) in conf_warning() function 250 conf_warning("symbol value '%s' invalid for %s", in conf_set_sym_val() 266 conf_warning("invalid string found"); in conf_set_sym_val() 278 conf_warning("symbol value '%s' invalid for %s", in conf_set_sym_val() 445 conf_warning("unknown symbol: %s", in conf_read_simple() 457 conf_warning("override: reassigning to symbol %s", sym->name); in conf_read_simple() 492 conf_warning("unknown symbol: %s", in conf_read_simple() 501 conf_warning("override: reassigning to symbol %s", sym->name); in conf_read_simple() 507 conf_warning("unexpected data: %.*s", in conf_read_simple() [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | confdata.c | 24 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()
|