Searched refs:next_config (Results 1 – 2 of 2) sorted by relevance
489 my $next_config;516 if (!defined($next_config)) {517 $next_config = $conf;525 if (!defined($next_config)) {535 $configs{$next_config} = 1;536 dprint "$next_config selected by select $config\n";
2079 char *next_config = NULL; in boot_get_fdt_fit() local2097 next_config = strchr(fit_uname_config_copy, '#'); in boot_get_fdt_fit()2098 if (next_config) in boot_get_fdt_fit()2099 *next_config++ = '\0'; in boot_get_fdt_fit()2100 if (next_config - 1 > fit_uname_config_copy) in boot_get_fdt_fit()2123 if (count <= 1 && !next_config) in boot_get_fdt_fit()2149 if (!next_config) in boot_get_fdt_fit()2151 uconfig = next_config; in boot_get_fdt_fit()2152 next_config = strchr(next_config, '#'); in boot_get_fdt_fit()2153 if (next_config) in boot_get_fdt_fit()[all …]