Lines Matching refs:next_config
2258 char *next_config = NULL; in boot_get_fdt_fit() local
2276 next_config = strchr(fit_uname_config_copy, '#'); in boot_get_fdt_fit()
2277 if (next_config) in boot_get_fdt_fit()
2278 *next_config++ = '\0'; in boot_get_fdt_fit()
2279 if (next_config - 1 > fit_uname_config_copy) in boot_get_fdt_fit()
2302 if (count <= 1 && !next_config) in boot_get_fdt_fit()
2328 if (!next_config) in boot_get_fdt_fit()
2330 uconfig = next_config; in boot_get_fdt_fit()
2331 next_config = strchr(next_config, '#'); in boot_get_fdt_fit()
2332 if (next_config) in boot_get_fdt_fit()
2333 *next_config++ = '\0'; in boot_get_fdt_fit()