Home
last modified time | relevance | path

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

12

/xen/xen/tools/kconfig/
A Dsymbol.c82 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 Dmenu.c133 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 Dparser.y362 | 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 Dqconf.h127 : 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 Dqconf.cc209 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 Dexpr.h114 tristate visible; member
197 struct expr_value visible; member
A Dmconf.c473 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 Dconfdata.c373 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 Dkconfig-language.rst26 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 Dxenstore-paths.pandoc99 * 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 Dxsm-flask.txt180 visible in the labels of domains and associated objects (event channels); when
/xen/tools/libxc/
A Dxc_altp2m.c415 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 DKconfig2 visible if EXPERT
/xen/
A DCHANGELOG.md31 An administrator still needs to take care to ensure the features visible to
A DCODING_STYLE56 User visible strings (e.g., printk() messages) should not be split so
/xen/xen/include/public/hvm/
A Dhvm_op.h323 uint8_t visible; member
/xen/docs/admin-guide/
A Dmicrocode-loading.rst21 software visible features. This includes removing features (e.g. the Haswell
32 decisions based on the visible features.
/xen/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/docs/designs/
A Dnon-cooperative-migration.md91 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 Dxenstore-migration.md316 a _committed_ node (globally visible in xenstored) or a _pending_ node (created
A Dqemu-deprivilege.md305 device itself because the interface won't be visible outside of its
/xen/xen/include/asm-x86/
A Dp2m.h897 uint8_t visible);
/xen/docs/man/
A Dxl-disk-configuration.5.pod289 mismatch between the backend-visible lifetime of pages used for the
/xen/xen/arch/x86/mm/
A Dp2m.c2772 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 Dxenctrl.h1987 uint16_t view_id, bool visible);

Completed in 45 milliseconds

12