Searched refs:this_mtd (Results 1 – 1 of 1) sorted by relevance
228 struct cmdline_mtd_partition *this_mtd; in mtdpart_setup_real() local253 (unsigned char**)&this_mtd, /* out: extra mem */ in mtdpart_setup_real()254 mtd_id_len + 1 + sizeof(*this_mtd) + in mtdpart_setup_real()268 this_mtd = (struct cmdline_mtd_partition *) in mtdpart_setup_real()269 ALIGN((unsigned long)this_mtd, sizeof(void *)); in mtdpart_setup_real()271 this_mtd->parts = parts; in mtdpart_setup_real()272 this_mtd->num_parts = num_parts; in mtdpart_setup_real()273 this_mtd->mtd_id = (char*)(this_mtd + 1); in mtdpart_setup_real()274 strlcpy(this_mtd->mtd_id, mtd_id, mtd_id_len + 1); in mtdpart_setup_real()277 this_mtd->next = partitions; in mtdpart_setup_real()[all …]