Searched refs:menu_get_choice (Results 1 – 9 of 9) sorted by relevance
63 * menu_get_choice() - Returns the user's selected menu entry, or the66 int menu_get_choice(struct menu *m, void **choice);109 if (menu_get_choice(m, (void **)&tool) != 1)
271 int menu_get_choice(struct menu *m, void **choice) in menu_get_choice() function
17 int menu_get_choice(struct menu *m, void **choice);
409 if (menu_get_choice(menu, &choice)) { in bootmenu_show()
1534 err = menu_get_choice(m, &choice); in handle_pxe_menu()