this_mtd 218 drivers/mtd/parsers/cmdlinepart.c struct cmdline_mtd_partition *this_mtd; this_mtd 243 drivers/mtd/parsers/cmdlinepart.c (unsigned char**)&this_mtd, /* out: extra mem */ this_mtd 244 drivers/mtd/parsers/cmdlinepart.c mtd_id_len + 1 + sizeof(*this_mtd) + this_mtd 258 drivers/mtd/parsers/cmdlinepart.c this_mtd = (struct cmdline_mtd_partition *) this_mtd 259 drivers/mtd/parsers/cmdlinepart.c ALIGN((unsigned long)this_mtd, sizeof(void *)); this_mtd 261 drivers/mtd/parsers/cmdlinepart.c this_mtd->parts = parts; this_mtd 262 drivers/mtd/parsers/cmdlinepart.c this_mtd->num_parts = num_parts; this_mtd 263 drivers/mtd/parsers/cmdlinepart.c this_mtd->mtd_id = (char*)(this_mtd + 1); this_mtd 264 drivers/mtd/parsers/cmdlinepart.c strlcpy(this_mtd->mtd_id, mtd_id, mtd_id_len + 1); this_mtd 267 drivers/mtd/parsers/cmdlinepart.c this_mtd->next = partitions; this_mtd 268 drivers/mtd/parsers/cmdlinepart.c partitions = this_mtd; this_mtd 271 drivers/mtd/parsers/cmdlinepart.c this_mtd->mtd_id, this_mtd->num_parts));