Home
last modified time | relevance | path

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

/openbmc/u-boot/doc/
H A 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)
/openbmc/u-boot/include/
H A Dmenu.h16 int menu_get_choice(struct menu *m, void **choice);
/openbmc/u-boot/common/
H A Dmenu.c269 int menu_get_choice(struct menu *m, void **choice) in menu_get_choice() function
/openbmc/u-boot/cmd/
H A Dbootmenu.c419 if (menu_get_choice(menu, &choice)) { in bootmenu_show()
H A Dpxe.c1581 err = menu_get_choice(m, &choice); in handle_pxe_menu()