Searched refs:next_config (Results 1 – 2 of 2) sorted by relevance
488 my $next_config;515 if (!defined($next_config)) {516 $next_config = $conf;524 if (!defined($next_config)) {534 $configs{$next_config} = 1;535 dprint "$next_config selected by select $config\n";
2497 char *next_config = NULL; in boot_get_fdt_fit() local2515 next_config = strchr(fit_uname_config_copy, '#'); in boot_get_fdt_fit()2516 if (next_config) in boot_get_fdt_fit()2517 *next_config++ = '\0'; in boot_get_fdt_fit()2518 if (next_config - 1 > fit_uname_config_copy) in boot_get_fdt_fit()2541 if (count <= 1 && !next_config) in boot_get_fdt_fit()2567 if (!next_config) in boot_get_fdt_fit()2569 uconfig = next_config; in boot_get_fdt_fit()2570 next_config = strchr(next_config, '#'); in boot_get_fdt_fit()2571 if (next_config) in boot_get_fdt_fit()[all …]