Home
last modified time | relevance | path

Searched refs:newval (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dsymbol.c288 struct symbol_value newval, oldval; in sym_calc_value() local
305 newval = symbol_empty.curr; in sym_calc_value()
309 newval = symbol_no.curr; in sym_calc_value()
322 sym->curr = newval; in sym_calc_value()
329 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; in sym_calc_value()
337 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri, in sym_calc_value()
348 newval.tri = EXPR_AND(expr_calc_value(prop->expr), in sym_calc_value()
365 newval.tri = EXPR_OR(newval.tri, sym->rev_dep.tri); in sym_calc_value()
367 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()
368 newval.tri = yes; in sym_calc_value()
[all …]
H A Dconf.c165 tristate oldval, newval; in conf_sym() local
200 newval = no; in conf_sym()
206 newval = mod; in conf_sym()
212 newval = yes; in conf_sym()
217 newval = oldval; in conf_sym()
224 if (sym_set_tristate_value(sym, newval)) in conf_sym()
H A Dgconf.c837 tristate oldval, newval; in change_sym_value() local
843 newval = no; in change_sym_value()
845 newval = mod; in change_sym_value()
847 newval = yes; in change_sym_value()
855 if (!sym_tristate_within_range(sym, newval)) in change_sym_value()
856 newval = yes; in change_sym_value()
857 sym_set_tristate_value(sym, newval); in change_sym_value()
H A Dlkc_proto.h41 P(sym_string_valid,bool,(struct symbol *sym, const char *newval));
43 P(sym_set_string_value,bool,(struct symbol *sym, const char *newval));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dsysctl.h44 void *newval; member