Lines Matching refs:bootmenu_entry
24 struct bootmenu_entry { struct
30 struct bootmenu_entry *next; /* next menu entry (num+1) */ argument
37 struct bootmenu_entry *first; /* first menu entry */
60 struct bootmenu_entry *entry = data; in bootmenu_print_entry()
192 struct bootmenu_entry *iter; in bootmenu_choice_entry()
234 struct bootmenu_entry *iter = menu->first; in bootmenu_destroy()
235 struct bootmenu_entry *next; in bootmenu_destroy()
252 struct bootmenu_entry *iter = NULL; in bootmenu_create()
257 struct bootmenu_entry *entry; in bootmenu_create()
278 entry = malloc(sizeof(struct bootmenu_entry)); in bootmenu_create()
321 entry = malloc(sizeof(struct bootmenu_entry)); in bootmenu_create()
375 struct bootmenu_entry *iter; in bootmenu_show()
449 struct bootmenu_entry *entry; in menu_display_statusline()