Searched refs:BootConfig (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/shared/ |
D | bootspec.h | 44 typedef struct BootConfig { struct 65 } BootConfig; argument 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() 87 void boot_config_free(BootConfig *config); 89 int boot_loader_read_conf(BootConfig *config, FILE *file, const char *path); 92 BootConfig *config, 98 int boot_config_finalize(BootConfig *config); 99 int boot_config_load(BootConfig *config, const char *esp_path, const char *xbootldr_path); 100 int boot_config_load_auto(BootConfig *config, const char *override_esp_path, const char *override_x… [all …]
|
D | bootspec.c | 179 BootConfig *config, in boot_config_load_type1() 203 void boot_config_free(BootConfig *config) { in boot_config_free() 226 int boot_loader_read_conf(BootConfig *config, FILE *file, const char *path) { in boot_loader_read_conf() 289 static int boot_loader_read_conf_path(BootConfig *config, const char *path) { in boot_loader_read_conf_path() 350 static int config_check_inode_relevant_and_unseen(BootConfig *config, int fd, const char *fname) { in config_check_inode_relevant_and_unseen() 386 BootConfig *config, in boot_entries_find_type1() 644 BootConfig *config, in boot_entries_find_unified() 775 static int boot_config_find(const BootConfig *config, const char *id) { in boot_config_find() 788 static int boot_entries_select_default(const BootConfig *config) { in boot_entries_select_default() 830 static int boot_entries_select_selected(const BootConfig *config) { in boot_entries_select_selected() [all …]
|
/systemd-251/src/fuzz/ |
D | fuzz-bootspec.c | 13 BootConfig *config = ASSERT_PTR(userdata); in json_dispatch_config() 27 BootConfig *config = ASSERT_PTR(userdata); in json_dispatch_entries() 63 BootConfig *config = ASSERT_PTR(userdata); in json_dispatch_loader() 84 _cleanup_(boot_config_free) BootConfig config = BOOT_CONFIG_NULL; in LLVMFuzzerTestOneInput()
|
/systemd-251/src/test/ |
D | test-bootspec.c | 64 _cleanup_(boot_config_free) BootConfig config = BOOT_CONFIG_NULL; in TEST_RET()
|
/systemd-251/src/systemctl/ |
D | systemctl-start-special.c | 21 _cleanup_(boot_config_free) BootConfig config = BOOT_CONFIG_NULL; in load_kexec_kernel()
|
/systemd-251/src/boot/ |
D | bootctl.c | 562 BootConfig *config, in boot_config_load_and_select() 591 const BootConfig *config, in status_entries() 1688 _cleanup_(boot_config_free) BootConfig config = BOOT_CONFIG_NULL; in verb_status() 1708 _cleanup_(boot_config_free) BootConfig config = BOOT_CONFIG_NULL; in verb_list()
|
/systemd-251/src/login/ |
D | logind-dbus.c | 2993 _cleanup_(boot_config_free) BootConfig config = BOOT_CONFIG_NULL; in boot_loader_entry_exists() 3148 _cleanup_(boot_config_free) BootConfig config = BOOT_CONFIG_NULL; in property_get_boot_loader_entries()
|