Home
last modified time | relevance | path

Searched refs:visible (Results 1 – 20 of 20) sorted by relevance

/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dsymbol.c120 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop()
121 if (prop->visible.tri != no) in sym_get_default_prop()
132 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop()
133 if (prop->visible.tri != no) in sym_get_range_prop()
217 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility()
222 if (sym->visible != tri) { in sym_calc_visibility()
223 sym->visible = tri; in sym_calc_visibility()
263 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_choice_default()
373 sym->visible); in sym_calc_value()
408 if (sym->visible != no) { in sym_calc_value()
[all …]
A Dmenu.c134 prop->visible.expr = menu_check_dep(dep); in menu_add_prop()
165 prop->visible.expr in menu_add_prop()
166 = expr_alloc_and(prop->visible.expr, in menu_add_prop()
331 prop->visible.expr = dep; in menu_finalize()
405 prop->visible.expr); in menu_finalize()
473 tristate visible; in menu_is_visible() local
486 visible = menu->prompt->visible.tri; in menu_is_visible()
488 visible = menu->prompt->visible.tri = expr_calc_value(menu->prompt->visible.expr); in menu_is_visible()
490 if (visible != no) in menu_is_visible()
644 if (!expr_is_yes(prop->visible.expr)) { in get_symbol_str()
[all …]
A Dzconf.y438 | visibility_list visible
442 visible: T_VISIBLE if_expr
644 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
646 expr_fprint(prop->visible.expr, out); in print_symbol()
653 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
655 expr_fprint(prop->visible.expr, out); in print_symbol()
715 if (!expr_is_yes(prop->visible.expr)) { in zconfdump()
717 expr_fprint(prop->visible.expr, out); in zconfdump()
A Dqconf.h148 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
153 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
158 : Parent(parent, after), menu(0), visible(v), goParent(true) in ConfigItem()
199 bool visible; variable
A Dqconf.cc229 if (!sym_has_value(sym) && visible) in updateMenu()
239 visible = v; in testUpdateMenu()
257 if (visible) { in paintCell()
606 bool visible; in updateMenuList() local
635 visible = menu_is_visible(child); in updateMenuList()
640 item = new ConfigItem(parent, last, child, visible); in updateMenuList()
642 item->testUpdateMenu(visible); in updateMenuList()
1009 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
1059 if (_menu->prompt->visible.expr) { in menuInfo()
1115 if (prop->visible.expr) { in debug_info()
[all …]
A Dexpr.h83 tristate visible; member
149 struct expr_value visible; member
A Dzconf.gperf42 visible, T_VISIBLE, TF_COMMAND
A Dmconf.c474 bool visible; in build_conf() local
480 visible = menu_is_visible(menu); in build_conf()
483 else if (!show_all_options && !visible) in build_conf()
A Dzconf.hash.c_shipped119 char kconf_id_strings_str42[sizeof("visible")];
156 "visible",
A Dzconf.tab.c_shipped587 "depends", "visibility_list", "visible", "prompt_stmt_opt", "prompt",
2375 case T_VISIBLE: return "visible";
2481 if (!expr_is_yes(prop->visible.expr)) {
2483 expr_fprint(prop->visible.expr, out);
2490 if (!expr_is_yes(prop->visible.expr)) {
2492 expr_fprint(prop->visible.expr, out);
2552 if (!expr_is_yes(prop->visible.expr)) {
2554 expr_fprint(prop->visible.expr, out);
A Dconfdata.c276 if (expr_calc_value(prop->visible.expr) == no || in conf_read_simple()
453 if (sym->visible == no && !conf_unsaved) in conf_read()
A Dzconf.lex.c_shipped885 These are made visible to non-reentrant scanners for convenience. */
/xen-4.10.0-shim-comet/docs/misc/
A Dkconfig-language.txt22 visible if its parent entry is also visible.
69 default values are visible, only the first defined one is active.
75 prompt is visible the default value is presented to the user and can
111 In general use select only for non-visible symbols
116 - limiting menu display: "visible if" <expr>
121 entries. Default value of "visible" is true.
195 respectively for calculations). A menu entry becomes visible when its
231 - the child entry must only be visible, if the parent is visible
243 MODVERSIONS directly depends on MODULES, this means it's only visible if
245 visible when MODULES is visible (the (empty) dependency of MODULES is
[all …]
A Dxenstore-paths.markdown99 * INTERNAL -- Although a path is visible to the domain its use is
117 the path where the majority of the domain-visible information about
546 visible (hence they are all tagged [n,INTERNAL]).
A Dxsm-flask.txt216 visible in the labels of domains and associated objects (event channels); when
A Dlivepatch.markdown454 function. As such an unique name per payload has to be visible to allow proper manipulation.
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A Dvbe_display_api.txt189 The current X offset (in pixels!) of the visible screen part.
193 The current Y offset (in pixels!) of the visible screen part.
/xen-4.10.0-shim-comet/
A DCODING_STYLE56 User visible strings (e.g., printk() messages) should not be split so
/xen-4.10.0-shim-comet/xen/common/
A DKconfig164 visible if EXPERT = "y"
/xen-4.10.0-shim-comet/docs/man/
A Dxl-disk-configuration.pod.5289 mismatch between the backend-visible lifetime of pages used for the

Completed in 29 milliseconds