Home
last modified time | relevance | path

Searched refs:S_DEF_USER (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dconfdata.c328 if (def == S_DEF_USER) { in conf_read_simple()
362 if (def == S_DEF_USER) { in conf_read_simple()
1082 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()
1083 csym->def[S_DEF_USER].val = sym; in randomize_choice_values()
1086 sym->def[S_DEF_USER].tri = no; in randomize_choice_values()
1112 sym->def[S_DEF_USER].tri = no; in set_all_choice_values()
1178 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
1181 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols()
1185 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
1187 sym->def[S_DEF_USER].tri = no; in conf_set_all_new_symbols()
[all …]
A Dsymbol.c300 def_sym = sym->def[S_DEF_USER].val; in sym_calc_choice()
372 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri, in sym_calc_value()
411 newval.val = sym->def[S_DEF_USER].val; in sym_calc_value()
512 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value()
521 sym->def[S_DEF_USER].tri = val; in sym_set_tristate_value()
666 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()
670 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
674 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
A Dconf.c607 if (conf_read_simple(name, S_DEF_USER)) { in main()
623 if (conf_read_simple(name, S_DEF_USER) && in main()
624 conf_read_simple("all.config", S_DEF_USER)) { in main()
A Dexpr.h70 S_DEF_USER, /* main user value */ enumerator

Completed in 9 milliseconds