Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dbootmenu.c25 struct bootmenu_entry { struct
31 struct bootmenu_entry *next; /* next menu entry (num+1) */ argument
38 struct bootmenu_entry *first; /* first menu entry */
61 struct bootmenu_entry *entry = data; in bootmenu_print_entry()
193 struct bootmenu_entry *iter; in bootmenu_choice_entry()
235 struct bootmenu_entry *iter = menu->first; in bootmenu_destroy()
236 struct bootmenu_entry *next; in bootmenu_destroy()
253 struct bootmenu_entry *iter = NULL; in bootmenu_create()
257 struct bootmenu_entry *entry; in bootmenu_create()
274 entry = malloc(sizeof(struct bootmenu_entry)); in bootmenu_create()
[all …]