Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dbootspec.c775 static int boot_config_find(const BootConfig *config, const char *id) { in boot_config_find() function
800 i = boot_config_find(config, config->entry_oneshot); in boot_entries_select_default()
809 i = boot_config_find(config, config->entry_default); in boot_entries_select_default()
818 i = boot_config_find(config, config->default_pattern); in boot_entries_select_default()
837 return boot_config_find(config, config->entry_selected); in boot_entries_select_selected()