Home
last modified time | relevance | path

Searched refs:auto_entries (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dbootspec.h48 char *auto_entries; member
Dbootspec.c209 free(config->auto_entries); in boot_config_free()
269 r = free_and_strdup(&config->auto_entries, p); in boot_loader_read_conf()
/systemd-251/src/boot/efi/
Dboot.c87 BOOLEAN auto_entries; member
528 ps_bool(L" auto-entries: %s\n", config->auto_entries); in print_status()
1188 err = parse_boolean(value, &config->auto_entries); in config_defaults_load_from_file()
1585 .auto_entries = TRUE, in config_load_defaults()
1971 if (!config->auto_entries) in config_entry_add_loader_auto()
2004 if (!config->auto_entries) in config_entry_add_osx()
2120 if (!config->auto_entries) in config_entry_add_windows()