Searched refs:tristate (Results 1 – 19 of 19) sorted by relevance
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | expr.h | 27 typedef enum tristate { enum 29 } tristate; typedef 56 tristate tri; 61 tristate tri; 83 tristate visible; 211 tristate expr_calc_value(struct expr *e);
|
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 | confdata.c | 954 FILE *out, *tristate, *out_h; in conf_write_autoconf() local 968 tristate = fopen(".tmpconfig_tristate", "w"); in conf_write_autoconf() 969 if (!tristate) { in conf_write_autoconf() 977 fclose(tristate); in conf_write_autoconf() 983 conf_write_heading(tristate, &tristate_printer_cb, NULL); in conf_write_autoconf() 995 conf_write_symbol(tristate, sym, &tristate_printer_cb, (void *)1); in conf_write_autoconf() 1000 fclose(tristate); in conf_write_autoconf()
|
A D | symbol.c | 34 tristate modules_val; 212 tristate tri; in sym_calc_visibility() 473 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range() 492 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() 494 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() 528 tristate sym_toggle_tristate_value(struct symbol *sym) in sym_toggle_tristate_value() 530 tristate oldval, newval; in sym_toggle_tristate_value() 697 tristate val; in sym_get_string_default() 761 tristate val; in sym_get_string_value()
|
A D | zconf.gperf | 32 tristate, T_TYPE, TF_COMMAND, S_TRISTATE
|
A D | lkc.h | 146 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
|
A D | zconf.hash.c_shipped | 97 char kconf_id_strings_str8[sizeof("tristate")]; 134 "tristate",
|
A D | streamline_config.pl | 240 } elsif ($state ne "NONE" && /^\s*tristate\s\S/) {
|
A D | qconf.h | 75 void setValue(ConfigItem* item, tristate val);
|
A D | conf.c | 169 tristate oldval, newval; in conf_sym()
|
A D | qconf.cc | 127 tristate expr; in updateMenu() 490 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() 494 tristate oldval; in setValue()
|
A D | mconf.c | 472 tristate val; in build_conf()
|
A D | gconf.c | 809 tristate newval; in change_sym_value() 1043 tristate val; in fill_row()
|
A D | expr.c | 917 tristate expr_calc_value(struct expr *e) in expr_calc_value() 919 tristate val1, val2; in expr_calc_value()
|
A D | menu.c | 473 tristate visible; in menu_is_visible()
|
A D | nconf.c | 739 tristate val; in build_conf()
|
A D | zconf.tab.c_shipped | 2459 fputs(" tristate\n", out);
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | kconfig-language.txt | 51 - type definition: "bool"/"tristate"/"string"/"hex"/"int" 53 tristate and string; the other types are based on these two. The type 104 Reverse dependencies can only be used with boolean or tristate 168 the input range of tristate symbols. The tristate logic used in the 182 (1) Convert the symbol into an expression. Boolean and tristate symbols 288 options. A choice can only be of type bool or tristate, while a boolean 289 choice only allows a single config entry to be selected, a tristate
|
A D | kconfig.txt | 137 "tristate.conf" file. Its default value is "include/config/tristate.conf".
|
Completed in 30 milliseconds