Searched refs:old_mtdids (Results 1 – 1 of 1) sorted by relevance
204 static char *old_mtdids; in mtd_probe_devices() local218 if ((!mtdparts && !old_mtdparts && !mtdids && !old_mtdids) || in mtd_probe_devices()219 (mtdparts && old_mtdparts && mtdids && old_mtdids && in mtd_probe_devices()222 !strcmp(mtdids, old_mtdids))) in mtd_probe_devices()227 free(old_mtdids); in mtd_probe_devices()229 old_mtdids = strdup(mtdids); in mtd_probe_devices()
Completed in 4 milliseconds