Searched refs:newval (Results 1 – 5 of 5) sorted by relevance
/xen/xen/tools/kconfig/ |
A D | symbol.c | 365 sym->curr = newval; in sym_calc_value() 396 newval.tri = EXPR_OR(newval.tri, sym->implied.tri); in sym_calc_value() 402 newval.tri = EXPR_OR(newval.tri, sym->rev_dep.tri); in sym_calc_value() 406 newval.tri = yes; in sym_calc_value() 429 sym->curr = newval; in sym_calc_value() 536 switch (newval) { in sym_toggle_tristate_value() 538 newval = mod; in sym_toggle_tristate_value() 541 newval = yes; in sym_toggle_tristate_value() 544 newval = no; in sym_toggle_tristate_value() 550 return newval; in sym_toggle_tristate_value() [all …]
|
A D | lkc_proto.h | 42 bool sym_string_valid(struct symbol *sym, const char *newval); 44 bool sym_set_string_value(struct symbol *sym, const char *newval);
|
A D | conf.c | 165 tristate oldval, newval; in conf_sym() local 198 newval = no; in conf_sym() 204 newval = mod; in conf_sym() 210 newval = yes; in conf_sym() 215 newval = oldval; in conf_sym() 222 if (sym_set_tristate_value(sym, newval)) in conf_sym()
|
A D | gconf.c | 808 tristate newval; in change_sym_value() local 814 newval = no; in change_sym_value() 816 newval = mod; in change_sym_value() 818 newval = yes; in change_sym_value() 825 if (!sym_tristate_within_range(sym, newval)) in change_sym_value() 826 newval = yes; in change_sym_value() 827 sym_set_tristate_value(sym, newval); in change_sym_value()
|
/xen/xen/include/asm-arm/arm32/ |
A D | atomic.h | 142 int oldval, newval; in __atomic_add_unless() local 157 : "=&r" (oldval), "=&r" (newval), "=&r" (tmp), "+Qo" (v->counter) in __atomic_add_unless()
|
Completed in 10 milliseconds