Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dexpr.h27 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 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 Dconfdata.c954 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 Dsymbol.c34 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 Dzconf.gperf32 tristate, T_TYPE, TF_COMMAND, S_TRISTATE
A Dlkc.h146 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
A Dzconf.hash.c_shipped97 char kconf_id_strings_str8[sizeof("tristate")];
134 "tristate",
A Dstreamline_config.pl240 } elsif ($state ne "NONE" && /^\s*tristate\s\S/) {
A Dqconf.h75 void setValue(ConfigItem* item, tristate val);
A Dconf.c169 tristate oldval, newval; in conf_sym()
A Dqconf.cc127 tristate expr; in updateMenu()
490 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue()
494 tristate oldval; in setValue()
A Dmconf.c472 tristate val; in build_conf()
A Dgconf.c809 tristate newval; in change_sym_value()
1043 tristate val; in fill_row()
A Dexpr.c917 tristate expr_calc_value(struct expr *e) in expr_calc_value()
919 tristate val1, val2; in expr_calc_value()
A Dmenu.c473 tristate visible; in menu_is_visible()
A Dnconf.c739 tristate val; in build_conf()
A Dzconf.tab.c_shipped2459 fputs(" tristate\n", out);
/xen-4.10.0-shim-comet/docs/misc/
A Dkconfig-language.txt51 - 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 Dkconfig.txt137 "tristate.conf" file. Its default value is "include/config/tristate.conf".

Completed in 30 milliseconds