Home
last modified time | relevance | path

Searched refs:menu_default_choice (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/common/
H A Dmenu.c165 int menu_default_choice(struct menu *m, void **choice) in menu_default_choice() function
207 return menu_default_choice(m, choice); in menu_interactive_choice()
275 return menu_default_choice(m, choice); in menu_get_choice()
/openbmc/u-boot/include/
H A Dmenu.h20 int menu_default_choice(struct menu *m, void **choice);
/openbmc/u-boot/doc/
H A DREADME.menu57 * menu_default_choice() - Set *choice to point to the default item's data
59 int menu_default_choice(struct menu *m, void **choice);
/openbmc/u-boot/cmd/
H A Dbootmenu.c452 if (menu_default_choice(m, (void *)&entry) < 0) in menu_display_statusline()