Searched refs:rootEntry (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | qconf.cc | 138 if (sym && list->rootEntry == menu) in updateMenu() 319 rootEntry(0), headerPopup(0) in ConfigList() 431 if (!rootEntry) { in updateList() 448 if (rootEntry != &rootmenu && (mode == singleMode || in updateList() 449 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList() 455 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList() 456 rootEntry->sym && rootEntry->prompt) { in updateList() 459 item = new ConfigItem(this, last, rootEntry, true); in updateList() 463 updateMenuList(item, rootEntry); in updateList() 469 updateMenuList(this, rootEntry); in updateList() [all …]
|
H A D | conf.c | 45 static struct menu *rootEntry; variable 365 if (input_mode != oldaskconfig && rootEntry != menu) { in conf() 441 rootEntry = menu_get_parent_menu(menu); in check_conf() 442 conf(rootEntry); in check_conf() 674 rootEntry = &rootmenu; in main()
|
H A D | qconf.h | 117 struct menu *rootEntry; variable
|
/openbmc/linux/scripts/kconfig/ |
H A D | qconf.cc | 116 if (sym && list->rootEntry == menu) in updateMenu() 305 rootEntry(0), headerPopup(0) in ConfigList() 423 if (!rootEntry) { in updateList() 439 if (rootEntry != &rootmenu && (mode == singleMode || in updateList() 440 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList() 446 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList() 447 rootEntry->sym && rootEntry->prompt) { in updateList() 450 item = new ConfigItem(this, last, rootEntry, true); in updateList() 454 updateMenuList(item, rootEntry); in updateList() 460 updateMenuList(rootEntry); in updateList() [all …]
|
H A D | conf.c | 47 static struct menu *rootEntry; variable 584 if (input_mode != oldaskconfig && rootEntry != menu) { in conf() 657 rootEntry = menu_get_parent_menu(menu); in check_conf() 658 conf(rootEntry); in check_conf() 877 rootEntry = &rootmenu; in main()
|
H A D | qconf.h | 104 struct menu *rootEntry; variable
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 1797 rootEntry & string & A base64-represented binary dump of the root entry table for the associated re…
|