Lines Matching refs:BootEntry
35 static void boot_entry_free(BootEntry *entry) { in boot_entry_free()
61 BootEntry *entry) { in boot_entry_load_type1()
63 _cleanup_(boot_entry_free) BootEntry tmp = { in boot_entry_load_type1()
174 tmp = (BootEntry) {}; in boot_entry_load_type1()
306 static int boot_entry_compare(const BootEntry *a, const BootEntry *b) { in boot_entry_compare()
445 BootEntry *ret) { in boot_entry_load_unified()
449 _cleanup_(boot_entry_free) BootEntry tmp = { in boot_entry_load_unified()
538 tmp = (BootEntry) {}; in boot_entry_load_unified()
704 static bool find_nonunique(const BootEntry *entries, size_t n_entries, bool arr[]) { in find_nonunique()
722 static int boot_entries_uniquify(BootEntry *entries, size_t n_entries) { in boot_entries_uniquify()
1003 BootEntry *existing; in boot_config_augment_from_loader()
1034 config->entries[config->n_entries++] = (BootEntry) { in boot_config_augment_from_loader()
1056 BootEntry* boot_config_find_entry(BootConfig *config, const char *id) { in boot_config_find_entry()
1083 const BootEntry *e, in show_boot_entry()
1186 const BootEntry *e = config->entries + i; in show_boot_entries()