Searched refs:menu_create (Results 1 – 5 of 5) sorted by relevance
/third_party/uboot/u-boot-2020.01/doc/ |
D | README.menu | 39 * menu_create() - Creates a menu handle with default settings 41 struct menu *menu_create(char *title, int timeout, int prompt, 98 m = menu_create("Tools", 0, 1, NULL);
|
/third_party/uboot/u-boot-2020.01/include/ |
D | menu.h | 11 struct menu *menu_create(char *title, int timeout, int prompt,
|
/third_party/uboot/u-boot-2020.01/common/ |
D | menu.c | 362 struct menu *menu_create(char *title, int timeout, int prompt, in menu_create() function
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | bootmenu.c | 399 menu = menu_create(NULL, bootmenu->delay, 1, bootmenu_print_entry, in bootmenu_show()
|
D | pxe_utils.c | 1238 m = menu_create(cfg->title, DIV_ROUND_UP(cfg->timeout, 10), in pxe_menu_to_menu()
|