Searched refs:bootmenu_entry (Results 1 – 1 of 1) sorted by relevance
25 struct bootmenu_entry { struct31 struct bootmenu_entry *next; /* next menu entry (num+1) */ argument38 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 …]