Home
last modified time | relevance | path

Searched refs:S_BOOLEAN (Results 1 – 22 of 22) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dsymbol.c69 type = S_BOOLEAN; in sym_get_type()
71 type = S_BOOLEAN; in sym_get_type()
79 case S_BOOLEAN: in sym_type_name()
386 case S_BOOLEAN: in sym_calc_value()
406 case S_BOOLEAN: in sym_calc_value()
620 case S_BOOLEAN: in sym_string_valid()
660 case S_BOOLEAN: in sym_string_within_range()
683 case S_BOOLEAN: in sym_set_string_value()
748 case S_BOOLEAN: in sym_get_string_default()
784 case S_BOOLEAN: in sym_get_string_default()
[all …]
H A Dkconf_id.c22 { "bool", T_TYPE, TF_COMMAND, S_BOOLEAN },
23 { "def_bool", T_DEFAULT, TF_COMMAND, S_BOOLEAN },
H A Dconfdata.c138 case S_BOOLEAN: in conf_set_sym_val()
330 sym->type = S_BOOLEAN; in conf_read_simple()
336 case S_BOOLEAN: in conf_read_simple()
426 case S_BOOLEAN: in conf_read()
488 case S_BOOLEAN: in kconfig_print_symbol()
542 case S_BOOLEAN: in header_print_symbol()
713 if ((sym->type == S_BOOLEAN) && in conf_write_defconfig()
867 case S_BOOLEAN: in conf_split_config()
889 case S_BOOLEAN: in conf_split_config()
1175 case S_BOOLEAN: in conf_set_all_new_symbols()
H A Dexpr.c449 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
471 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or()
513 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and()
709 if (e->left.sym->type != S_BOOLEAN) in expr_transform()
731 if (e->left.sym->type != S_BOOLEAN) in expr_transform()
1000 case S_BOOLEAN: in expr_parse_string()
H A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
H A Dmconf.c543 case S_BOOLEAN: in build_conf()
591 case S_BOOLEAN: in build_conf()
H A Dzconf.y316 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
653 case S_BOOLEAN: in print_symbol()
H A Dqconf.cc160 case S_BOOLEAN: in updateMenu()
174 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu()
187 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu()
486 case S_BOOLEAN: in setValue()
517 case S_BOOLEAN: in changeValue()
H A Dmenu.c270 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
275 sym2->type != S_BOOLEAN && in sym_check_prop()
H A Dnconf.c808 case S_BOOLEAN: in build_conf()
859 case S_BOOLEAN: in build_conf()
H A Dgconf.c824 case S_BOOLEAN: in change_sym_value()
1112 case S_BOOLEAN: in fill_row()
/openbmc/linux/scripts/kconfig/
H A Dsymbol.c50 type = S_BOOLEAN; in sym_get_type()
52 type = S_BOOLEAN; in sym_get_type()
60 case S_BOOLEAN: in sym_type_name()
354 case S_BOOLEAN: in sym_calc_value()
374 case S_BOOLEAN: in sym_calc_value()
587 case S_BOOLEAN: in sym_string_valid()
627 case S_BOOLEAN: in sym_string_within_range()
650 case S_BOOLEAN: in sym_set_string_value()
715 case S_BOOLEAN: in sym_get_string_default()
751 case S_BOOLEAN: in sym_get_string_default()
[all …]
H A Dconfdata.c238 case S_BOOLEAN: in conf_set_sym_val()
454 sym->type = S_BOOLEAN; in conf_read_simple()
460 case S_BOOLEAN: in conf_read_simple()
564 case S_BOOLEAN: in conf_read()
701 if ((sym->type == S_BOOLEAN || sym->type == S_TRISTATE) && in __print_symbol()
746 case S_BOOLEAN: in print_symbol_for_c()
789 case S_BOOLEAN: in print_symbol_for_rustccfg()
885 if ((sym->type == S_BOOLEAN) && in conf_write_defconfig()
1105 case S_BOOLEAN: in conf_touch_deps()
1127 case S_BOOLEAN: in conf_touch_deps()
H A Dparser.y295 T_BOOL { $$ = S_BOOLEAN; }
300 | T_DEF_BOOL { $$ = S_BOOLEAN; }
590 case S_BOOLEAN: in print_symbol()
H A Dexpr.c428 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
450 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or()
492 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and()
688 if (e->left.sym->type != S_BOOLEAN) in expr_transform()
710 if (e->left.sym->type != S_BOOLEAN) in expr_transform()
978 case S_BOOLEAN: in expr_parse_string()
H A Dmconf.c580 case S_BOOLEAN: in build_conf()
628 case S_BOOLEAN: in build_conf()
H A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
H A Dqconf.cc139 case S_BOOLEAN: in updateMenu()
150 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu()
161 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu()
499 case S_BOOLEAN: in setValue()
530 case S_BOOLEAN: in changeValue()
H A Dmenu.c259 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
264 sym2->type != S_BOOLEAN && in sym_check_prop()
H A Dnconf.c880 case S_BOOLEAN: in build_conf()
931 case S_BOOLEAN: in build_conf()
H A Dconf.c233 case S_BOOLEAN: in conf_set_all_new_symbols()
H A Dgconf.c817 case S_BOOLEAN: in change_sym_value()
1109 case S_BOOLEAN: in fill_row()