Lines Matching refs:next_config
2037 char *next_config = NULL; in boot_get_fdt_fit() local
2055 next_config = strchr(fit_uname_config_copy, '#'); in boot_get_fdt_fit()
2056 if (next_config) in boot_get_fdt_fit()
2057 *next_config++ = '\0'; in boot_get_fdt_fit()
2058 if (next_config - 1 > fit_uname_config_copy) in boot_get_fdt_fit()
2081 if (count <= 1 && !next_config) in boot_get_fdt_fit()
2107 if (!next_config) in boot_get_fdt_fit()
2109 uconfig = next_config; in boot_get_fdt_fit()
2110 next_config = strchr(next_config, '#'); in boot_get_fdt_fit()
2111 if (next_config) in boot_get_fdt_fit()
2112 *next_config++ = '\0'; in boot_get_fdt_fit()