Home
last modified time | relevance | path

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

/external/u-boot/doc/
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);
/external/u-boot/include/
Dmenu.h18 int menu_destroy(struct menu *m);
/external/u-boot/common/
Dmenu.c400 int menu_destroy(struct menu *m) in menu_destroy() function
/external/u-boot/cmd/
Dpxe.c1467 menu_destroy(m); in pxe_menu_to_menu()
1484 menu_destroy(m); in pxe_menu_to_menu()
1535 menu_destroy(m); in handle_pxe_menu()
Dbootmenu.c415 menu_destroy(menu); in bootmenu_show()