Searched refs:old_mtdparts (Results 1 – 5 of 5) sorted by relevance
217 static char *old_mtdparts; in mtd_probe_devices() local233 if ((!mtdparts && !old_mtdparts && !mtdids && !old_mtdids) || in mtd_probe_devices()234 (mtdparts && old_mtdparts && mtdids && old_mtdids && in mtd_probe_devices()236 !strcmp(mtdparts, old_mtdparts) && in mtd_probe_devices()241 free(old_mtdparts); in mtd_probe_devices()243 old_mtdparts = strdup(mtdparts); in mtd_probe_devices()