Home | History | Annotate | Download | only in toolbox

Lines Matching refs:corrected

172         printf("initial ecc corrected: %u\n", initial_ecc.corrected);
219 if (ecc.corrected != last_ecc.corrected)
220 printf("ecc corrected, %u, at %llx\n", ecc.corrected - last_ecc.corrected, pos);
248 if (ecc.corrected != last_ecc.corrected)
249 fprintf(statusfile, "%08llx: ecc corrected\n", opos);
272 fprintf(statusfile, "total ecc corrected, %u\n", ecc.corrected - initial_ecc.corrected);
278 printf("total ecc corrected, %u\n", ecc.corrected - initial_ecc.corrected);