Searched refs:menu_item_add (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.menu | 48 * menu_item_add() - Adds or replaces a menu item 50 int menu_item_add(struct menu *m, char *item_key, void *item_data); 102 if (menu_item_add(m, tools[i], tools[i]) != 1) {
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | menu.su | |
| H A D | menu.c | 300 int menu_item_add(struct menu *m, char *item_key, void *item_data) in menu_item_add() function
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | menu.h | 18 int menu_item_add(struct menu *m, char *item_key, void *item_data);
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootmenu.c | 396 if (!menu_item_add(menu, iter->key, iter)) in bootmenu_show()
|
| H A D | pxe.c | 1467 if (menu_item_add(m, label->num, label) != 1) { in pxe_menu_to_menu()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |