Searched refs:boot_config_load (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/test/ |
D | test-bootspec.c | 77 assert_se(boot_config_load(&config, d, NULL) >= 0); in TEST_RET()
|
/systemd-251/src/shared/ |
D | bootspec.h | 99 int boot_config_load(BootConfig *config, const char *esp_path, const char *xbootldr_path);
|
D | bootspec.c | 898 int boot_config_load( in boot_config_load() function 960 return boot_config_load(config, "/run/boot-loader-entries/", NULL); in boot_config_load_auto() 979 return boot_config_load(config, esp_where, xbootldr_where); in boot_config_load_auto()
|
/systemd-251/src/boot/ |
D | bootctl.c | 575 r = boot_config_load(config, esp_path, same ? NULL : xbootldr_path); in boot_config_load_and_select()
|