Lines Matching refs:bootmenu_entry
25 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()
317 entry = malloc(sizeof(struct bootmenu_entry)); in bootmenu_create()
365 struct bootmenu_entry *iter; in bootmenu_show()
439 struct bootmenu_entry *entry; in menu_display_statusline()