Lines Matching refs:name

45 	The name of the bin file is not important, but still "wrt350n.bin" is used to
110 char *name;
284 if (!strcmp(string1, mtd_kernel.name)) {
286 } else if (!strcmp(string1, mtd_rootfs.name)) {
288 } else if (!strcmp(string1, mtd_uboot.name)) {
290 } else if (!strcmp(string1, mtd_image.name)) {
335 lprintf(DEBUG, "mtd %s in line %i: size=0x%08X, filesize=0x%08lX, magic=0x%02X%02X, file=%s\n", mtd->name, lineno, mtd->size, mtd->filesize, mtd->magic[0], mtd->magic[1], mtd->filename);
342 printf("line %i does not meet defined format (#<variable name> <integer>\n", lineno);
449 lprintf(DEBUG, "adding mtd %s file %s\n", mtd->name, mtd->filename);
484 printf("mtd %s input file %s is too small (0x%08lX), adding 0x%08X random bytes\n", mtd->name, mtd->filename, mtd->filesize, padsize);
827 // file name checks
987 lprintf(DEBUG_LVL2, " checking mtd %s\n", mtd->name);
998 printf("mtd %s is specified, but will not be updated as of Linksys firmware 2.0.19\n", mtd->name);
1026 printf("mtd %s input file %s has unknown magic number (0x%02X%02X)", mtd->name, mtd->filename, mtd->magic[0], mtd->magic[1]);
1040 printf("mtd %s input file %s too unrealistic small (0x%08lX)\n", mtd->name, mtd->filename, mtd->filesize);
1047 printf("mtd %s input file %s too unrealistic small (0x%08lX)\n", mtd->name, mtd->filename, mtd->filesize);
1055 printf("mtd %s bad file size check (%i) due to input data\n", mtd->name, sizecheck);
1059 printf("mtd %s input file %s too big (0x%08lX)\n", mtd->name, mtd->filename, mtd->filesize);