Home
last modified time | relevance | path

Searched refs:tristate (Results 1 – 21 of 21) sorted by relevance

/xen/xen/tools/kconfig/tests/choice/
A DKconfig34 prompt "tristate choice"
38 tristate "choice 0"
41 tristate "choice 1"
46 prompt "optional tristate choice"
51 tristate "choice 0"
54 tristate "choice 1"
A Doldask0_expected_stdout7 tristate choice [M/y/?] (NEW)
10 optional tristate choice [N/m/y/?] (NEW)
A Doldask1_expected_stdout11 tristate choice
15 optional tristate choice [N/y/?]
/xen/xen/tools/kconfig/tests/choice_value_with_m_dep/
A DKconfig8 tristate
15 tristate "Choice 0"
18 tristate "Choice 1"
/xen/xen/tools/kconfig/
A Dexpr.h27 typedef enum tristate { enum
29 } tristate; typedef
56 tristate tri;
61 tristate tri;
114 tristate visible;
304 tristate expr_calc_value(struct expr *e);
316 tristate pr_type, const char *title);
A Dlkc_proto.h39 bool sym_tristate_within_range(struct symbol *sym,tristate tri);
40 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
41 tristate sym_toggle_tristate_value(struct symbol *sym);
A Dsymbol.c34 tristate modules_val;
175 tristate tri; in sym_calc_visibility()
473 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range()
494 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value()
496 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value()
530 tristate sym_toggle_tristate_value(struct symbol *sym) in sym_toggle_tristate_value()
532 tristate oldval, newval; in sym_toggle_tristate_value()
699 tristate val; in sym_get_string_default()
766 tristate val; in sym_get_string_value()
A Dconfdata.c1065 FILE *out, *tristate, *out_h; in conf_write_autoconf() local
1080 tristate = fopen(".tmpconfig_tristate", "w"); in conf_write_autoconf()
1081 if (!tristate) { in conf_write_autoconf()
1089 fclose(tristate); in conf_write_autoconf()
1095 conf_write_heading(tristate, &tristate_printer_cb, NULL); in conf_write_autoconf()
1107 conf_write_symbol(tristate, sym, &tristate_printer_cb, (void *)1); in conf_write_autoconf()
1112 fclose(tristate); in conf_write_autoconf()
A Dlkc.h118 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
A Dexpr.c1024 tristate expr_calc_value(struct expr *e) in expr_calc_value()
1026 tristate val1, val2; in expr_calc_value()
1276 void *data, tristate pr_type, const char **title) in expr_print_revdep()
1294 tristate pr_type, const char *title) in expr_gstr_print_revdep()
A Dqconf.h67 void setValue(ConfigItem* item, tristate val);
A Dconf.c165 tristate oldval, newval; in conf_sym()
A Dqconf.cc110 tristate expr; in updateMenu()
465 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue()
469 tristate oldval; in setValue()
A Dmconf.c471 tristate val; in build_conf()
A Dgconf.c808 tristate newval; in change_sym_value()
1042 tristate val; in fill_row()
A Dmenu.c628 tristate visible; in menu_is_visible()
A Dnconf.c741 tristate val; in build_conf()
/xen/xen/tools/kconfig/tests/inter_choice/
A DKconfig11 tristate "Choice 0"
14 tristate "Choice 1"
/xen/docs/misc/
A Dkconfig-language.rst55 - type definition: "bool"/"tristate"/"string"/"hex"/"int"
58 tristate and string; the other types are based on these two. The type
140 Reverse dependencies can only be used with boolean or tristate
162 tristate
166 tristate
232 the input range of tristate symbols. The tristate logic used in the
250 (1) Convert the symbol into an expression. Boolean and tristate symbols
399 options. A choice can only be of type bool or tristate. If no type is
405 selected, a tristate choice also allows any number of config entries
A Dkconfig.rst160 "tristate.conf" file. Its default value is "include/config/tristate.conf".
A Dkconfig-macro-language.rst222 MY_TYPE := tristate

Completed in 31 milliseconds