Home | History | Annotate | Download | only in toolbox

Lines Matching refs:PRIx64

193             printf("reading at %" PRIx64 "\n", pos);
197 fprintf(stderr, "short read at %" PRIx64 ", %d\n", pos, ret);
204 fprintf(stderr, "failed to read oob data at %" PRIx64 ", %d\n", pos, ret);
217 printf("badblock at %" PRIx64 "\n", pos);
221 printf("ecc corrected, %u, at %" PRIx64 "\n", ecc.corrected - last_ecc.corrected, pos);
223 printf("ecc failed, %u, at %" PRIx64 "\n", ecc.failed - last_ecc.failed, pos);
225 printf("ecc badblocks, %u, at %" PRIx64 "\n", ecc.badblocks - last_ecc.badblocks, pos);
227 printf("ecc bbtblocks, %u, at %" PRIx64 "\n", ecc.bbtblocks - last_ecc.bbtblocks, pos);
245 fprintf(stderr, "short write at %" PRIx64 ", %d\n", pos, ret);
250 fprintf(statusfile, "%08" PRIx64 ": ecc corrected\n", opos);
252 fprintf(statusfile, "%08" PRIx64 ": ecc failed\n", opos);
254 fprintf(statusfile, "%08" PRIx64 ": badblock\n", opos);
256 fprintf(statusfile, "%08" PRIx64 ": read error\n", opos);
265 printf("page at %" PRIx64 " (%d oobbytes): %08x %08x %08x %08x "