Searched refs:bootmenu_entry (Results 1 – 1 of 1) sorted by relevance
24 struct bootmenu_entry { struct30 struct bootmenu_entry *next; /* next menu entry (num+1) */ argument37 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()256 struct bootmenu_entry *entry; in bootmenu_create()273 entry = malloc(sizeof(struct bootmenu_entry)); in bootmenu_create()[all …]