Home
last modified time | relevance | path

Searched refs:S_DEF_USER (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/scripts/kconfig/
H A Dconf.c147 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()
148 csym->def[S_DEF_USER].val = sym; in randomize_choice_values()
150 sym->def[S_DEF_USER].tri = no; in randomize_choice_values()
238 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
241 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols()
244 sym->def[S_DEF_USER].tri = no; in conf_set_all_new_symbols()
247 sym->def[S_DEF_USER].tri = no; in conf_set_all_new_symbols()
251 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
253 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols()
255 sym->def[S_DEF_USER] in conf_set_all_new_symbols()
[all...]
H A Dconfdata.c441 if (def == S_DEF_USER) { in conf_read_simple()
550 if (conf_read_simple(name, S_DEF_USER)) { in conf_read()
566 if (sym->def[S_DEF_USER].tri == sym_get_tristate_value(sym)) in conf_read()
570 if (!strcmp(sym->curr.val, sym->def[S_DEF_USER].val)) in conf_read()
595 if (sym_string_within_range(sym, sym->def[S_DEF_USER].val)) in conf_read()
1277 sym->def[S_DEF_USER].tri = no; in set_all_choice_values()
H A Dsymbol.c288 def_sym = sym->def[S_DEF_USER].val; in sym_calc_choice()
382 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri, in sym_calc_value()
416 newval.val = sym->def[S_DEF_USER].val; in sym_calc_value()
516 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value()
525 sym->def[S_DEF_USER].tri = val; in sym_set_tristate_value()
670 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()
674 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
678 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
H A Dexpr.h70 S_DEF_USER, /* main user value */ enumerator
101 * Values for the symbol provided from outside. def[S_DEF_USER] holds
151 #define SYMBOL_DEF_USER 0x10000 /* symbol.def[S_DEF_USER] is valid */
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dconfdata.c425 if (def == S_DEF_USER) { in conf_read_simple()
521 if (conf_read_simple(name, S_DEF_USER)) { in conf_read()
537 if (sym->def[S_DEF_USER].tri == sym_get_tristate_value(sym)) in conf_read()
541 if (!strcmp(sym->curr.val, sym->def[S_DEF_USER].val)) in conf_read()
566 if (sym_string_within_range(sym, sym->def[S_DEF_USER].val)) in conf_read()
1165 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()
1166 csym->def[S_DEF_USER].val = sym; in randomize_choice_values()
1169 sym->def[S_DEF_USER].tri = no; in randomize_choice_values()
1195 sym->def[S_DEF_USER].tri = no; in set_all_choice_values()
1261 sym->def[S_DEF_USER] in conf_set_all_new_symbols()
[all...]
H A Dsymbol.c289 def_sym = sym->def[S_DEF_USER].val; in sym_calc_choice()
383 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri, in sym_calc_value()
417 newval.val = sym->def[S_DEF_USER].val; in sym_calc_value()
517 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value()
526 sym->def[S_DEF_USER].tri = val; in sym_set_tristate_value()
671 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()
675 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
679 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
H A Dconf.c611 if (conf_read_simple(name, S_DEF_USER)) { in main()
627 if (conf_read_simple(name, S_DEF_USER) && in main()
628 conf_read_simple("all.config", S_DEF_USER)) { in main()
H A Dexpr.h70 S_DEF_USER, /* main user value */ enumerator
101 * Values for the symbol provided from outside. def[S_DEF_USER] holds
151 #define SYMBOL_DEF_USER 0x10000 /* symbol.def[S_DEF_USER] is valid */

Completed in 9 milliseconds