Searched refs:tristate (Results 1 – 21 of 21) sorted by relevance
/xen/xen/tools/kconfig/tests/choice/ |
A D | Kconfig | 34 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 D | oldask0_expected_stdout | 7 tristate choice [M/y/?] (NEW) 10 optional tristate choice [N/m/y/?] (NEW)
|
A D | oldask1_expected_stdout | 11 tristate choice 15 optional tristate choice [N/y/?]
|
/xen/xen/tools/kconfig/tests/choice_value_with_m_dep/ |
A D | Kconfig | 8 tristate 15 tristate "Choice 0" 18 tristate "Choice 1"
|
/xen/xen/tools/kconfig/ |
A D | expr.h | 27 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 D | lkc_proto.h | 39 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 D | symbol.c | 34 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 D | confdata.c | 1065 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 D | lkc.h | 118 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
|
A D | expr.c | 1024 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 D | qconf.h | 67 void setValue(ConfigItem* item, tristate val);
|
A D | conf.c | 165 tristate oldval, newval; in conf_sym()
|
A D | qconf.cc | 110 tristate expr; in updateMenu() 465 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() 469 tristate oldval; in setValue()
|
A D | mconf.c | 471 tristate val; in build_conf()
|
A D | gconf.c | 808 tristate newval; in change_sym_value() 1042 tristate val; in fill_row()
|
A D | menu.c | 628 tristate visible; in menu_is_visible()
|
A D | nconf.c | 741 tristate val; in build_conf()
|
/xen/xen/tools/kconfig/tests/inter_choice/ |
A D | Kconfig | 11 tristate "Choice 0" 14 tristate "Choice 1"
|
/xen/docs/misc/ |
A D | kconfig-language.rst | 55 - 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 D | kconfig.rst | 160 "tristate.conf" file. Its default value is "include/config/tristate.conf".
|
A D | kconfig-macro-language.rst | 222 MY_TYPE := tristate
|
Completed in 35 milliseconds