/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | symbol.c | 120 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 D | menu.c | 134 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 D | zconf.y | 438 | 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 D | qconf.h | 148 : 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 D | qconf.cc | 229 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 D | expr.h | 83 tristate visible; member 149 struct expr_value visible; member
|
A D | zconf.gperf | 42 visible, T_VISIBLE, TF_COMMAND
|
A D | mconf.c | 474 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 D | zconf.hash.c_shipped | 119 char kconf_id_strings_str42[sizeof("visible")]; 156 "visible",
|
A D | zconf.tab.c_shipped | 587 "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 D | confdata.c | 276 if (expr_calc_value(prop->visible.expr) == no || in conf_read_simple() 453 if (sym->visible == no && !conf_unsaved) in conf_read()
|
A D | zconf.lex.c_shipped | 885 These are made visible to non-reentrant scanners for convenience. */
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | kconfig-language.txt | 22 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 D | xenstore-paths.markdown | 99 * 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 D | xsm-flask.txt | 216 visible in the labels of domains and associated objects (event channels); when
|
A D | livepatch.markdown | 454 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 D | vbe_display_api.txt | 189 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 D | CODING_STYLE | 56 User visible strings (e.g., printk() messages) should not be split so
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | Kconfig | 164 visible if EXPERT = "y"
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl-disk-configuration.pod.5 | 289 mismatch between the backend-visible lifetime of pages used for the
|