/xen/xen/tools/kconfig/ |
A D | symbol.c | 82 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 83 if (prop->visible.tri != no) in sym_get_default_prop() 94 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop() 184 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility() 192 prop->visible.tri = no; in sym_calc_visibility() 198 if (sym->visible != tri) { in sym_calc_visibility() 199 sym->visible = tri; in sym_calc_visibility() 248 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_choice_default() 361 if (sym->visible != no) in sym_calc_value() 380 sym->visible); in sym_calc_value() [all …]
|
A D | menu.c | 133 prop->visible.expr = dep; in menu_add_prop() 164 prop->visible.expr in menu_add_prop() 165 = expr_alloc_and(prop->visible.expr, in menu_add_prop() 386 dep = rewrite_m(prop->visible.expr); in menu_finalize() 392 prop->visible.expr = dep; in menu_finalize() 522 prop->visible.expr); in menu_finalize() 628 tristate visible; in menu_is_visible() local 641 visible = menu->prompt->visible.tri; in menu_is_visible() 643 visible = menu->prompt->visible.tri = expr_calc_value(menu->prompt->visible.expr); in menu_is_visible() 645 if (visible != no) in menu_is_visible() [all …]
|
A D | parser.y | 362 | menu_option_list visible 423 visible: T_VISIBLE if_expr T_EOL 628 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 630 expr_fprint(prop->visible.expr, out); in print_symbol() 637 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 639 expr_fprint(prop->visible.expr, out); in print_symbol() 708 if (!expr_is_yes(prop->visible.expr)) { in zconfdump() 710 expr_fprint(prop->visible.expr, out); in zconfdump()
|
A D | qconf.h | 127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 137 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem() 188 bool visible; variable
|
A D | qconf.cc | 209 if (!sym_has_value(sym) && visible) in updateMenu() 219 visible = v; in testUpdateMenu() 582 bool visible; in updateMenuList() local 614 visible = menu_is_visible(child); in updateMenuList() 621 item->testUpdateMenu(visible); in updateMenuList() 647 bool visible; in updateMenuList() local 679 visible = menu_is_visible(child); in updateMenuList() 686 item->testUpdateMenu(visible); in updateMenuList() 1064 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo() 1114 if (_menu->prompt->visible.expr) { in menuInfo() [all …]
|
A D | expr.h | 114 tristate visible; member 197 struct expr_value visible; member
|
A D | mconf.c | 473 bool visible; in build_conf() local 479 visible = menu_is_visible(menu); in build_conf() 482 else if (!show_all_options && !visible) in build_conf()
|
A D | confdata.c | 373 if (expr_calc_value(prop->visible.expr) == no || in conf_read_simple() 559 if (sym->visible == no && !conf_unsaved) in conf_read()
|
/xen/docs/misc/ |
A D | kconfig-language.rst | 26 visible if its parent entry is also visible. 78 default values are visible, only the first defined one is active. 84 prompt is visible the default value is presented to the user and can 148 In general use select only for non-visible symbols 157 from a direct dependency or with a visible prompt. 184 - limiting menu display: "visible if" <expr> 190 entries. Default value of "visible" is true. 266 respectively for calculations). A menu entry becomes visible when its 303 - the child entry must only be visible, if the parent is visible:: 317 visible when MODULES is set to 'n'. [all …]
|
A D | xenstore-paths.pandoc | 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 577 visible (hence they are all tagged [n,INTERNAL]).
|
A D | xsm-flask.txt | 180 visible in the labels of domains and associated objects (event channels); when
|
/xen/tools/libxc/ |
A D | xc_altp2m.c | 415 uint16_t view_id, bool visible) in xc_altp2m_set_visibility() argument 429 arg->u.set_visibility.visible = visible; in xc_altp2m_set_visibility()
|
/xen/xen/common/sched/ |
A D | Kconfig | 2 visible if EXPERT
|
/xen/ |
A D | CHANGELOG.md | 31 An administrator still needs to take care to ensure the features visible to
|
A D | CODING_STYLE | 56 User visible strings (e.g., printk() messages) should not be split so
|
/xen/xen/include/public/hvm/ |
A D | hvm_op.h | 323 uint8_t visible; member
|
/xen/docs/admin-guide/ |
A D | microcode-loading.rst | 21 software visible features. This includes removing features (e.g. the Haswell 32 decisions based on the visible features.
|
/xen/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/docs/designs/ |
A D | non-cooperative-migration.md | 91 domid of the service domain are visible to the guest in xenstore (and hence 127 Hence no additional code is require to prevent any guest visible change in
|
A D | xenstore-migration.md | 316 a _committed_ node (globally visible in xenstored) or a _pending_ node (created
|
A D | qemu-deprivilege.md | 305 device itself because the interface won't be visible outside of its
|
/xen/xen/include/asm-x86/ |
A D | p2m.h | 897 uint8_t visible);
|
/xen/docs/man/ |
A D | xl-disk-configuration.5.pod | 289 mismatch between the backend-visible lifetime of pages used for the
|
/xen/xen/arch/x86/mm/ |
A D | p2m.c | 2772 uint8_t visible) in p2m_set_altp2m_view_visibility() argument 2786 else if ( visible ) in p2m_set_altp2m_view_visibility()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 1987 uint16_t view_id, bool visible);
|