Home
last modified time | relevance | path

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

/openbmc/u-boot/doc/
H A DREADME.menu68 * menu_destroy() - frees the memory used by a menu and its items.
70 int menu_destroy(struct menu *m);
103 menu_destroy(m);
111 menu_destroy(m);
/openbmc/u-boot/include/
H A Dmenu.h18 int menu_destroy(struct menu *m);
/openbmc/u-boot/common/
H A Dmenu.c400 int menu_destroy(struct menu *m) in menu_destroy() function
/openbmc/u-boot/cmd/
H A Dpxe.c1515 menu_destroy(m); in pxe_menu_to_menu()
1532 menu_destroy(m); in pxe_menu_to_menu()
1583 menu_destroy(m); in handle_pxe_menu()
H A Dbootmenu.c426 menu_destroy(menu); in bootmenu_show()