Home
last modified time | relevance | path

Searched refs:menu_get_choice (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/doc/
DREADME.menu62 * menu_get_choice() - Returns the user's selected menu entry, or the
65 int menu_get_choice(struct menu *m, void **choice);
108 if (menu_get_choice(m, (void **)&tool) != 1)
/external/u-boot/include/
Dmenu.h16 int menu_get_choice(struct menu *m, void **choice);
/external/u-boot/common/
Dmenu.c269 int menu_get_choice(struct menu *m, void **choice) in menu_get_choice() function
/external/u-boot/cmd/
Dbootmenu.c408 if (menu_get_choice(menu, &choice)) { in bootmenu_show()
Dpxe.c1533 err = menu_get_choice(m, &choice); in handle_pxe_menu()