Lines Matching refs:config
13 BootConfig *config = ASSERT_PTR(userdata); in json_dispatch_config() local
22 (void) boot_loader_read_conf(config, f, "memstream"); in json_dispatch_config()
27 BootConfig *config = ASSERT_PTR(userdata); in json_dispatch_entries() local
55 … assert_se(boot_config_load_type1(config, f, "/", "/entries", id) != -ENOMEM); in json_dispatch_entries()
63 BootConfig *config = ASSERT_PTR(userdata); in json_dispatch_loader() local
71 (void) boot_config_augment_from_loader(config, entries, false); in json_dispatch_loader()
84 _cleanup_(boot_config_free) BootConfig config = BOOT_CONFIG_NULL; in LLVMFuzzerTestOneInput()
101 r = json_dispatch(v, data_dispatch, NULL, 0, &config); in LLVMFuzzerTestOneInput()
105 assert_se(boot_config_finalize(&config) >= 0); in LLVMFuzzerTestOneInput()
107 (void) boot_config_select_special_entries(&config); in LLVMFuzzerTestOneInput()
118 (void) show_boot_entries(&config, JSON_FORMAT_OFF); in LLVMFuzzerTestOneInput()
119 (void) show_boot_entries(&config, JSON_FORMAT_PRETTY); in LLVMFuzzerTestOneInput()