Searched refs:menu_item_add (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/doc/ |
D | README.menu | 47 * menu_item_add() - Adds or replaces a menu item 49 int menu_item_add(struct menu *m, char *item_key, void *item_data); 101 if (menu_item_add(m, tools[i], tools[i]) != 1) {
|
/external/u-boot/include/ |
D | menu.h | 17 int menu_item_add(struct menu *m, char *item_key, void *item_data);
|
/external/u-boot/common/ |
D | menu.c | 298 int menu_item_add(struct menu *m, char *item_key, void *item_data) in menu_item_add() function
|
/external/u-boot/cmd/ |
D | bootmenu.c | 395 if (!menu_item_add(menu, iter->key, iter)) in bootmenu_show()
|
D | pxe.c | 1466 if (menu_item_add(m, label->num, label) != 1) { in pxe_menu_to_menu()
|