Home | History | Annotate | Download | only in toolbox

Lines Matching refs:corrected

173         printf("initial ecc corrected: %u\n", initial_ecc.corrected);
220 if (ecc.corrected != last_ecc.corrected)
221 printf("ecc corrected, %u, at %" PRIx64 "\n", ecc.corrected - last_ecc.corrected, pos);
249 if (ecc.corrected != last_ecc.corrected)
250 fprintf(statusfile, "%08" PRIx64 ": ecc corrected\n", opos);
273 fprintf(statusfile, "total ecc corrected, %u\n", ecc.corrected - initial_ecc.corrected);
279 printf("total ecc corrected, %u\n", ecc.corrected - initial_ecc.corrected);