Searched refs:bootmenu_entry (Results 1 - 2 of 2) sorted by relevance

/u-boot/cmd/
H A Dbootmenu.c44 struct bootmenu_entry { struct
52 struct bootmenu_entry *next; /* next menu entry (num+1) */
68 struct bootmenu_entry *entry = data;
90 struct bootmenu_entry *iter;
139 struct bootmenu_entry *iter = menu->first;
140 struct bootmenu_entry *next;
165 struct bootmenu_entry **current,
171 struct bootmenu_entry *entry = NULL;
172 struct bootmenu_entry *iter = *current;
183 entry = malloc(sizeof(struct bootmenu_entry));
[all...]
/u-boot/include/
H A Dmenu.h43 struct bootmenu_entry *first; /* first menu entry */

Completed in 94 milliseconds