Searched refs:BootEntry (Results 1 – 4 of 4) sorted by relevance
23 typedef struct BootEntry { struct42 } BootEntry; argument58 BootEntry *entries;75 BootEntry* boot_config_find_entry(BootConfig *config, const char *id);77 static inline const BootEntry* boot_config_default_entry(const BootConfig *config) { in boot_config_default_entry()105 static inline const char* boot_entry_title(const BootEntry *entry) { in boot_entry_title()112 const BootEntry *e,
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()[all …]
23 const BootEntry *e; in load_kexec_kernel()
3170 BootEntry *e = config.entries + i; in property_get_boot_loader_entries()