Searched refs:menu_item_add (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/doc/ |
H A 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) {
|
/openbmc/u-boot/include/ |
H A D | menu.h | 17 int menu_item_add(struct menu *m, char *item_key, void *item_data);
|
/openbmc/u-boot/common/ |
H A D | menu.c | 298 int menu_item_add(struct menu *m, char *item_key, void *item_data) in menu_item_add() function
|
/openbmc/u-boot/cmd/ |
H A D | bootmenu.c | 406 if (!menu_item_add(menu, iter->key, iter)) in bootmenu_show()
|
H A D | pxe.c | 1514 if (menu_item_add(m, label->num, label) != 1) { in pxe_menu_to_menu()
|