/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | menu.c | 49 struct menu *menu; in menu_add_entry() local 51 menu = xmalloc(sizeof(*menu)); in menu_add_entry() 52 memset(menu, 0, sizeof(*menu)); in menu_add_entry() 295 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize() 303 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize() 314 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize() 339 for (menu = parent->list; menu; menu = menu->next) in menu_finalize() 346 for (menu = parent->next; menu; menu = menu->next) { in menu_finalize() 375 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize() 516 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu() argument [all …]
|
A D | lkc_proto.h | 15 extern struct menu rootmenu; 17 bool menu_is_empty(struct menu *menu); 18 bool menu_is_visible(struct menu *menu); 19 bool menu_has_prompt(struct menu *menu); 20 const char * menu_get_prompt(struct menu *menu); 21 struct menu * menu_get_root_menu(struct menu *menu); 22 struct menu * menu_get_parent_menu(struct menu *menu); 23 bool menu_has_help(struct menu *menu); 24 const char * menu_get_help(struct menu *menu); 26 void menu_get_ext_help(struct menu *menu, struct gstr *help);
|
A D | mconf.c | 284 static void conf(struct menu *menu, struct menu *active_menu); 285 static void conf_choice(struct menu *menu); 286 static void conf_string(struct menu *menu); 294 static void show_help(struct menu *menu); 466 static void build_conf(struct menu *menu) in build_conf() argument 486 sym = menu->sym; in build_conf() 645 static void conf(struct menu *menu, struct menu *active_menu) in conf() argument 663 build_conf(menu); in conf() 789 static void show_help(struct menu *menu) in show_help() argument 800 static void conf_choice(struct menu *menu) in conf_choice() argument [all …]
|
A D | nconf.c | 277 static void conf(struct menu *menu); 278 static void conf_choice(struct menu *menu); 279 static void conf_string(struct menu *menu); 282 static void show_help(struct menu *menu); 733 static void build_conf(struct menu *menu) in build_conf() argument 906 if (menu->prompt && menu->prompt->type == P_MENU) { in build_conf() 1066 static void conf(struct menu *menu) in conf() argument 1219 static void show_help(struct menu *menu) in show_help() argument 1223 if (!menu) in show_help() 1232 static void conf_choice(struct menu *menu) in conf_choice() argument [all …]
|
A D | conf.c | 20 static void conf(struct menu *menu); 21 static void check_conf(struct menu *menu); 47 static void print_help(struct menu *menu) in print_help() argument 133 static int conf_string(struct menu *menu) in conf_string() argument 166 static int conf_sym(struct menu *menu) in conf_sym() argument 235 static int conf_choice(struct menu *menu) in conf_choice() argument 241 sym = menu->sym; in conf_choice() 244 conf_sym(menu); in conf_choice() 354 static void conf(struct menu *menu) in conf() argument 363 sym = menu->sym; in conf() [all …]
|
A D | qconf.cc | 431 struct menu *menu; in updateSelection() local 438 menu = item->menu; in updateSelection() 518 struct menu* menu; in changeValue() local 521 menu = item->menu; in changeValue() 667 struct menu *menu; in keyPressEvent() local 689 menu = item->menu; in keyPressEvent() 728 struct menu *menu; in contentsMouseReleaseEvent() local 736 menu = item->menu; in contentsMouseReleaseEvent() 790 struct menu *menu; in contentsMouseDoubleClickEvent() local 799 menu = item->menu; in contentsMouseDoubleClickEvent() [all …]
|
A D | qconf.h | 72 void setRootMenu(struct menu *menu); 80 void menuChanged(struct menu *menu); 81 void menuSelected(struct menu *menu); 83 void gotFocus(struct menu *); 120 bool menuSkip(struct menu *); 134 struct menu *rootEntry; 198 struct menu *menu; variable 260 void setInfo(struct menu *menu); 278 struct menu *_menu; 310 void changeMenu(struct menu *); [all …]
|
A D | gconf.c | 73 static void display_tree(struct menu *menu); 77 static gchar **fill_row(struct menu *menu); 786 struct menu *menu; in renderer_edited() local 887 struct menu *menu; in on_treeview2_button_press_event() local 944 struct menu *menu; in on_treeview2_key_press_event() local 986 struct menu *menu; in on_treeview2_cursor_changed() local 1005 struct menu *menu; in on_treeview1_button_press_event() local 1037 static gchar **fill_row(struct menu *menu) in fill_row() argument 1224 struct menu *menu; in gtktree_iter_find_node() local 1334 static void display_tree(struct menu *menu) in display_tree() argument [all …]
|
A D | kxgettext.c | 171 static void menu_build_message_list(struct menu *menu) in menu_build_message_list() argument 173 struct menu *child; in menu_build_message_list() 175 message__add(menu_get_prompt(menu), NULL, in menu_build_message_list() 176 menu->file == NULL ? "Root Menu" : menu->file->name, in menu_build_message_list() 177 menu->lineno); in menu_build_message_list() 179 if (menu->sym != NULL && menu_has_help(menu)) in menu_build_message_list() 180 message__add(menu_get_help(menu), menu->sym->name, in menu_build_message_list() 181 menu->file == NULL ? "Root Menu" : menu->file->name, in menu_build_message_list() 182 menu->lineno); in menu_build_message_list() 184 for (child = menu->list; child != NULL; child = child->next) in menu_build_message_list()
|
A D | zconf.y | 42 struct menu *menu; member 608 static void print_symbol(FILE *out, struct menu *menu) in print_symbol() argument 638 if (prop->menu != menu) in print_symbol() 694 struct menu *menu; in zconfdump() local 697 while (menu) { in zconfdump() 722 if (menu->list) in zconfdump() 723 menu = menu->list; in zconfdump() 725 menu = menu->next; in zconfdump() 726 else while ((menu = menu->parent)) { in zconfdump() 727 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump() [all …]
|
A D | confdata.c | 668 struct menu *menu; in conf_write_defconfig() local 721 menu = menu->list; in conf_write_defconfig() 724 menu = menu->next; in conf_write_defconfig() 726 while ((menu = menu->parent)) { in conf_write_defconfig() 728 menu = menu->next; in conf_write_defconfig() 742 struct menu *menu; in conf_write() local 788 while (menu) { in conf_write() 809 menu = menu->list; in conf_write() 813 menu = menu->next; in conf_write() 814 else while ((menu = menu->parent)) { in conf_write() [all …]
|
A D | nconf.gui.c | 253 MENU *menu; in btn_dialog() local 293 menu = new_menu(btns); in btn_dialog() 307 set_menu_win(menu, win); in btn_dialog() 308 set_menu_sub(menu, menu_win); in btn_dialog() 310 menu_opts_off(menu, O_SHOWDESC); in btn_dialog() 312 menu_opts_on(menu, O_ONEVALUE); in btn_dialog() 313 menu_opts_on(menu, O_NONCYCLIC); in btn_dialog() 314 set_menu_mark(menu, ""); in btn_dialog() 315 post_menu(menu); in btn_dialog() 348 unpost_menu(menu); in btn_dialog() [all …]
|
A D | expr.h | 151 struct menu *menu; /* the menu the property are associated with member 167 struct menu { struct 168 struct menu *next; argument 169 struct menu *parent; argument 170 struct menu *list; argument 188 struct menu *target; argument
|
A D | lkc.h | 99 void menu_warn(struct menu *menu, const char *fmt, ...); 100 struct menu *menu_add_menu(void); 110 void menu_finalize(struct menu *parent);
|
A D | zconf.tab.c_shipped | 195 struct menu *menu; 1358 (yyvaluep->menu)->file->name, (yyvaluep->menu)->lineno); 1368 (yyvaluep->menu)->file->name, (yyvaluep->menu)->lineno); 2445 static void print_symbol(FILE *out, struct menu *menu) 2475 if (prop->menu != menu) 2531 struct menu *menu; 2560 menu = menu->list; 2562 menu = menu->next; 2563 else while ((menu = menu->parent)) { 2564 if (menu->prompt && menu->prompt->type == P_MENU) [all …]
|
A D | symbol.c | 195 if (prop->menu) in sym_set_changed() 196 prop->menu->flags |= MENU_CHANGED; in sym_set_changed() 1084 struct menu *menu = NULL; in sym_check_print_recursive() local 1111 menu = prop->menu; in sym_check_print_recursive() 1112 if (prop->menu) in sym_check_print_recursive() 1132 menu->file->name, menu->lineno, in sym_check_print_recursive() 1137 menu->file->name, menu->lineno, in sym_check_print_recursive()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | menubox.c | 191 WINDOW *dialog, *menu; in dialog_menu() local 236 keypad(menu, TRUE); in dialog_menu() 273 wnoutrefresh(menu); in dialog_menu() 280 wrefresh(menu); in dialog_menu() 283 key = wgetch(menu); in dialog_menu() 337 scrollok(menu, TRUE); in dialog_menu() 368 wrefresh(menu); in dialog_menu() 381 wrefresh(menu); in dialog_menu() 395 delwin(menu); in dialog_menu() 429 delwin(menu); in dialog_menu() [all …]
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | kconfig-language.txt | 86 This defines a dependency for this menu entry. If multiple 116 - limiting menu display: "visible if" <expr> 212 menu "Network device support" 254 end a menu entry: 259 - menu/endmenu 262 The first five also start the definition of a menu entry. 310 menu: 312 "menu" <prompt> 313 <menu options> 314 <menu block> [all …]
|
A D | stubdom.txt | 43 - set the path to menu.lst, as seen from the domU, in extra: 45 extra = "(hd0,0)/boot/grub/menu.lst" 47 or you can provide the content of a menu.lst stored in dom0 by passing it as a 50 ramdisk = "/boot/domU-1-menu.lst" 54 extra = "(nd)/somepath/menu.lst"
|
/xen-4.10.0-shim-comet/xen/drivers/ |
A D | Kconfig | 1 menu "Device Drivers"
|
/xen-4.10.0-shim-comet/tools/pygrub/examples/ |
A D | ubuntu-14.04-lts.grub2 | 87 set timeout_style=menu 213 # This file provides an easy way to add custom menu entries. Simply type the 214 # menu entries you want to add after this comment. Be careful not to change 221 # This file provides an easy way to add custom menu entries. Simply type the 222 # menu entries you want to add after this comment. Be careful not to change
|
A D | alpine-linux-2.3.2.extlinux | 1 DEFAULT menu.c32
|
A D | debian-wheezy-hvm.grub2 | 95 # This file provides an easy way to add custom menu entries. Simply type the 96 # menu entries you want to add after this comment. Be careful not to change
|
A D | fedora-19.grub2 | 106 # This file provides an easy way to add custom menu entries. Simply type the 107 # menu entries you want to add after this comment. Be careful not to change
|
A D | rhel-7-beta.grub2 | 107 # This file provides an easy way to add custom menu entries. Simply type the 108 # menu entries you want to add after this comment. Be careful not to change
|