Searched refs:menu_get_choice (Results 1 – 5 of 5) sorted by relevance
62 * menu_get_choice() - Returns the user's selected menu entry, or the65 int menu_get_choice(struct menu *m, void **choice);108 if (menu_get_choice(m, (void **)&tool) != 1)
16 int menu_get_choice(struct menu *m, void **choice);
269 int menu_get_choice(struct menu *m, void **choice) in menu_get_choice() function
408 if (menu_get_choice(menu, &choice)) { in bootmenu_show()
1533 err = menu_get_choice(m, &choice); in handle_pxe_menu()