Searched refs:mtd_name_len (Results 1 – 1 of 1) sorted by relevance
256 unsigned int mtd_name_len; in mtd_probe_devices() local274 mtd_name_len = (unsigned int)(colon - mtdparts); in mtd_probe_devices()275 if (mtd_name_len + 1 > sizeof(mtd_name)) { in mtd_probe_devices()280 strncpy(mtd_name, mtdparts, mtd_name_len); in mtd_probe_devices()281 mtd_name[mtd_name_len] = '\0'; in mtd_probe_devices()283 mtdparts += mtd_name_len + 1; in mtd_probe_devices()
Completed in 6 milliseconds