Home
last modified time | relevance | path

Searched refs:BootEntry (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Dbootspec.h23 typedef struct BootEntry { struct
42 } BootEntry; argument
58 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,
Dbootspec.c35 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 …]
/systemd-251/src/systemctl/
Dsystemctl-start-special.c23 const BootEntry *e; in load_kexec_kernel()
/systemd-251/src/login/
Dlogind-dbus.c3170 BootEntry *e = config.entries + i; in property_get_boot_loader_entries()