Searched refs:boot_loader_read_conf (Results 1 – 3 of 3) sorted by relevance
89 int boot_loader_read_conf(BootConfig *config, FILE *file, const char *path);
226 int boot_loader_read_conf(BootConfig *config, FILE *file, const char *path) { in boot_loader_read_conf() function303 return boot_loader_read_conf(config, f, path); in boot_loader_read_conf_path()
22 (void) boot_loader_read_conf(config, f, "memstream"); in json_dispatch_config()