/openbmc/u-boot/scripts/kconfig/ |
H A D | symbol.c | 85 case S_HEX: in sym_type_name() 146 case S_HEX: in sym_get_range_val() 166 case S_HEX: in sym_validate_range() 382 case S_HEX: in sym_calc_value() 447 case S_HEX: in sym_calc_value() 611 case S_HEX: in sym_string_valid() 651 case S_HEX: in sym_string_within_range() 708 if (sym->type == S_HEX && (newval[0] != '0' || (newval[1] != 'x' && newval[1] != 'X'))) { in sym_set_string_value() 792 case S_HEX: in sym_get_string_default()
|
H A D | menu.c | 228 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number() 241 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop() 249 if (sym->type == S_HEX || sym->type == S_INT) { in sym_check_prop() 283 if (sym->type != S_INT && sym->type != S_HEX) in sym_check_prop() 806 if (sym->type == S_INT || sym->type == S_HEX) { in get_symbol_str()
|
H A D | kconf_id.c | 25 { "hex", T_TYPE, TF_COMMAND, S_HEX },
|
H A D | confdata.c | 174 case S_HEX: in conf_set_sym_val() 298 case S_HEX: in conf_read_simple() 457 case S_HEX: in conf_read() 558 case S_HEX: { in header_print_symbol() 874 case S_HEX: in conf_split_config()
|
H A D | conf.c | 119 case S_HEX: in conf_askvalue() 394 case S_HEX: in conf()
|
H A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
H A D | gconf.c | 839 case S_HEX: in change_sym_value() 1148 case S_HEX: in fill_row()
|
H A D | zconf.y | 665 case S_HEX: in print_symbol()
|
H A D | mconf.c | 873 case S_HEX: in conf_string()
|
H A D | qconf.cc | 205 case S_HEX: in updateMenu() 531 case S_HEX: in changeValue()
|
H A D | nconf.c | 1363 case S_HEX: in conf_string()
|
H A D | expr.c | 1010 case S_HEX: in expr_parse_string()
|
/openbmc/linux/scripts/kconfig/ |
H A D | symbol.c | 67 case S_HEX: in sym_type_name() 117 case S_HEX: in sym_get_range_val() 137 case S_HEX: in sym_validate_range() 360 case S_HEX: in sym_calc_value() 426 case S_HEX: in sym_calc_value() 588 case S_HEX: in sym_string_valid() 628 case S_HEX: in sym_string_within_range() 685 if (sym->type == S_HEX && (newval[0] != '0' || (newval[1] != 'x' && newval[1] != 'X'))) { in sym_set_string_value() 769 case S_HEX: in sym_get_string_value()
|
H A D | confdata.c | 279 case S_HEX: in conf_set_sym_val() 425 case S_HEX: in conf_read_simple() 576 case S_HEX: in conf_read() 741 case S_HEX: in print_symbol_for_c() 792 case S_HEX: in print_symbol_for_rustccfg() 1095 case S_HEX: in conf_touch_deps()
|
H A D | menu.c | 217 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number() 230 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop() 238 if (sym->type == S_HEX || sym->type == S_INT) { in sym_check_prop() 272 if (sym->type != S_INT && sym->type != S_HEX) in sym_check_prop() 796 if (sym->type == S_INT || sym->type == S_HEX) { in get_symbol_str()
|
H A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
|
H A D | parser.y | 291 | T_HEX { $$ = S_HEX; } 602 case S_HEX: in print_symbol()
|
H A D | mconf.c | 755 case S_HEX: in conf_string()
|
H A D | gconf.c | 832 case S_HEX: in change_sym_value() 1145 case S_HEX: in fill_row()
|
H A D | conf.c | 613 case S_HEX: in conf()
|
H A D | qconf.cc | 172 case S_HEX: in updateMenu() 223 if (type == S_INT || type == S_HEX || type == S_STRING) in init()
|
H A D | nconf.c | 1451 case S_HEX: in conf_string()
|
H A D | expr.c | 988 case S_HEX: in expr_parse_string()
|