Lines Matching refs:next_config
2497 char *next_config = NULL; in boot_get_fdt_fit() local
2515 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()
2572 *next_config++ = '\0'; in boot_get_fdt_fit()