Searched refs:sym_set_tristate_value (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dlkc.h78 return sym_set_tristate_value(chval, yes);
H A Dlkc_proto.h25 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
H A Dmconf.c410 if (sym_set_tristate_value(sym, yes))
412 if (sym_set_tristate_value(sym, mod))
418 sym_set_tristate_value(sym, no);
422 sym_set_tristate_value(sym, mod);
500 sym_set_tristate_value(menu->sym, yes);
H A Dsymbol.c331 bool sym_set_tristate_value(struct symbol *sym, tristate val) function
376 if (sym_set_tristate_value(sym, newval))
442 return sym_set_tristate_value(sym, yes);
445 return sym_set_tristate_value(sym, mod);
448 return sym_set_tristate_value(sym, no);
H A Dconf.c266 if (sym_set_tristate_value(sym, newval))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc_proto.h27 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
H A Dlkc.h120 return sym_set_tristate_value(chval, yes);
H A Dmconf.c800 if (sym_set_tristate_value(sym, yes))
802 if (sym_set_tristate_value(sym, mod))
808 sym_set_tristate_value(sym, no);
812 sym_set_tristate_value(sym, mod);
915 sym_set_tristate_value(child->sym, yes);
H A Dsymbol.c422 bool sym_set_tristate_value(struct symbol *sym, tristate val) function
478 if (sym_set_tristate_value(sym, newval))
580 return sym_set_tristate_value(sym, yes);
582 return sym_set_tristate_value(sym, mod);
584 return sym_set_tristate_value(sym, no);
H A Dconf.c269 if (sym_set_tristate_value(sym, newval))
H A Dqconf.cc518 if (!sym_set_tristate_value(sym, val))
H A Dgconf.c916 sym_set_tristate_value(sym, newval);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dlkc_proto.h29 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
H A Dlkc.h127 return sym_set_tristate_value(chval, yes);
H A Dmconf.c678 if (sym_set_tristate_value(sym, yes))
680 if (sym_set_tristate_value(sym, mod))
686 sym_set_tristate_value(sym, no);
690 sym_set_tristate_value(sym, mod);
768 sym_set_tristate_value(child->sym, yes);
H A Dsymbol.c425 bool sym_set_tristate_value(struct symbol *sym, tristate val) function
478 if (sym_set_tristate_value(sym, newval))
580 return sym_set_tristate_value(sym, yes);
582 return sym_set_tristate_value(sym, mod);
584 return sym_set_tristate_value(sym, no);
H A Dconf.c269 if (sym_set_tristate_value(sym, newval))
H A Dgconf.c903 sym_set_tristate_value(sym, newval);
H A Dqconf.cc476 if (!sym_set_tristate_value(sym, val))

Completed in 276 milliseconds