Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dbootspec.h89 int boot_loader_read_conf(BootConfig *config, FILE *file, const char *path);
Dbootspec.c226 int boot_loader_read_conf(BootConfig *config, FILE *file, const char *path) { in boot_loader_read_conf() function
303 return boot_loader_read_conf(config, f, path); in boot_loader_read_conf_path()
/systemd-251/src/fuzz/
Dfuzz-bootspec.c22 (void) boot_loader_read_conf(config, f, "memstream"); in json_dispatch_config()