Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dbootspec.h103 int boot_config_select_special_entries(BootConfig *config);
Dbootspec.c871 int boot_config_select_special_entries(BootConfig *config) { in boot_config_select_special_entries() function
/systemd-251/src/fuzz/
Dfuzz-bootspec.c107 (void) boot_config_select_special_entries(&config); in LLVMFuzzerTestOneInput()
/systemd-251/src/systemctl/
Dsystemctl-start-special.c46 r = boot_config_select_special_entries(&config); in load_kexec_kernel()
/systemd-251/src/boot/
Dbootctl.c587 return boot_config_select_special_entries(config); in boot_config_load_and_select()