Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/doc/
H A DREADME.menu69 * menu_destroy() - frees the memory used by a menu and its items.
71 int menu_destroy(struct menu *m);
104 menu_destroy(m);
112 menu_destroy(m);
/rk3399_rockchip-uboot/include/
H A Dmenu.h19 int menu_destroy(struct menu *m);
/rk3399_rockchip-uboot/common/
H A Dmenu.c402 int menu_destroy(struct menu *m) in menu_destroy() function
/rk3399_rockchip-uboot/cmd/
H A Dpxe.c1468 menu_destroy(m); in pxe_menu_to_menu()
1485 menu_destroy(m); in pxe_menu_to_menu()
1536 menu_destroy(m); in handle_pxe_menu()
H A Dbootmenu.c416 menu_destroy(menu); in bootmenu_show()