Lines Matching refs:next_config
2324 char *next_config = NULL; in boot_get_fdt_fit() local
2342 next_config = strchr(fit_uname_config_copy, '#'); in boot_get_fdt_fit()
2343 if (next_config) in boot_get_fdt_fit()
2344 *next_config++ = '\0'; in boot_get_fdt_fit()
2345 if (next_config - 1 > fit_uname_config_copy) in boot_get_fdt_fit()
2368 if (count <= 1 && !next_config) in boot_get_fdt_fit()
2394 if (!next_config) in boot_get_fdt_fit()
2396 uconfig = next_config; in boot_get_fdt_fit()
2397 next_config = strchr(next_config, '#'); in boot_get_fdt_fit()
2398 if (next_config) in boot_get_fdt_fit()
2399 *next_config++ = '\0'; in boot_get_fdt_fit()