Home | History | Annotate | Download | only in toolbox

Lines Matching full:stderr

75             fprintf(stderr, "%s [-d <dev>] [-f file] [-s sparesize] [-vh]\n"
86 fprintf(stderr, "%s: invalid option -%c\n",
93 fprintf(stderr, "%s: extra arguments\n", argv[0]);
97 fprintf(stderr, "%s: specify device name\n", argv[0]);
103 fprintf(stderr, "cannot open %s, %s\n", devname, strerror(errno));
110 fprintf(stderr, "cannot open %s, %s\n", filename, strerror(errno));
118 fprintf(stderr, "cannot open %s, %s\n", statusfilename, strerror(errno));
125 fprintf(stderr, "failed get mtd info for %s, %s\n",
139 fprintf(stderr, "failed allocate readbuffer size %u\n",
151 fprintf(stderr, "failed get ecc layout for %s, %s\n",
164 fprintf(stderr, "failed get ecc stats for %s, %s\n",
181 fprintf(stderr, "failed set raw mode for %s, %s\n",
195 fprintf(stderr, "short read at %llx, %d\n", pos, ret);
202 fprintf(stderr, "failed to read oob data at %llx, %d\n", pos, ret);
208 fprintf(stderr, "failed get ecc stats for %s, %s\n",
243 fprintf(stderr, "short write at %llx, %d\n", pos, ret);