Lines Matching defs:mtd_id
61 char *mtd_id;
229 char *p, *mtd_id, *semicol, *open_parenth;
247 mtd_id = s;
268 mtd_id_len = p - mtd_id;
300 this_mtd->mtd_id = (char*)(this_mtd + 1);
301 strscpy(this_mtd->mtd_id, mtd_id, mtd_id_len + 1);
308 this_mtd->mtd_id, this_mtd->num_parts));
331 * the first one in the chain if a NULL mtd_id is passed in.
340 const char *mtd_id = master->name;
354 if ((!mtd_id) || (!strcmp(part->mtd_id, mtd_id)))
372 part->mtd_id);
379 part->mtd_id);