Searched refs:menu (Results 1 – 3 of 3) sorted by relevance
| /include/ |
| A D | menu.h | 10 struct menu; 12 struct menu *menu_create(char *title, int timeout, int prompt, 13 void (*display_statusline)(struct menu *), 18 int menu_default_set(struct menu *m, char *item_key); 19 int menu_get_choice(struct menu *m, void **choice); 20 int menu_item_add(struct menu *m, char *item_key, void *item_data); 21 int menu_destroy(struct menu *m); 22 int menu_default_choice(struct menu *m, void **choice); 88 enum bootmenu_key bootmenu_autoboot_loop(struct bootmenu_data *menu, 114 enum bootmenu_key bootmenu_loop(struct bootmenu_data *menu,
|
| A D | efi_config.h | 100 void eficonfig_display_statusline(struct menu *m); 106 void (*display_statusline)(struct menu *),
|
| A D | pxe_utils.h | 44 char *menu; member
|
Completed in 5 milliseconds