Lines Matching refs:config
562 BootConfig *config, in boot_config_load_and_select() argument
575 r = boot_config_load(config, esp_path, same ? NULL : xbootldr_path); in boot_config_load_and_select()
585 (void) boot_config_augment_from_loader(config, efi_entries, /* only_auto= */ false); in boot_config_load_and_select()
587 return boot_config_select_special_entries(config); in boot_config_load_and_select()
591 const BootConfig *config, in status_entries() argument
601 assert(config); in status_entries()
619 if (config->default_entry < 0) in status_entries()
620 … printf("%zu entries, no entry could be determined as default.\n", config->n_entries); in status_entries()
625 boot_config_default_entry(config), in status_entries()
1688 _cleanup_(boot_config_free) BootConfig config = BOOT_CONFIG_NULL; in verb_status()
1690 k = boot_config_load_and_select(&config, in verb_status()
1696 k = status_entries(&config, in verb_status()
1708 _cleanup_(boot_config_free) BootConfig config = BOOT_CONFIG_NULL; in verb_list()
1729 …r = boot_config_load_and_select(&config, arg_esp_path, esp_devid, arg_xbootldr_path, xbootldr_devi… in verb_list()
1733 if (config.n_entries == 0 && FLAGS_SET(arg_json_format_flags, JSON_FORMAT_OFF)) { in verb_list()
1739 return show_boot_entries(&config, arg_json_format_flags); in verb_list()