Lines Matching defs:trx
43 static const char * const trx_types[] = { "trx", NULL };
184 struct trx_header *trx;
203 trx = (struct trx_header *)buf;
204 last_subpart = max3(trx->offset[0], trx->offset[1],
205 trx->offset[2]);
206 trx_size = max(trx->length, last_subpart + blocksize);
291 struct mtd_partition *trx = &parts[trx_parts[i]];
294 trx->types = trx_types;
296 trx->name = "failsafe";