HomeSort by relevance Sort by last modified time
    Searched full:last_ecc (Results 1 - 1 of 1) sorted by null

  /system/core/toolbox/
nandread.c 45 struct mtd_ecc_stats initial_ecc, last_ecc, ecc; local
169 last_ecc = initial_ecc;
219 if (ecc.corrected != last_ecc.corrected)
220 printf("ecc corrected, %u, at %llx\n", ecc.corrected - last_ecc.corrected, pos);
221 if (ecc.failed != last_ecc.failed)
222 printf("ecc failed, %u, at %llx\n", ecc.failed - last_ecc.failed, pos);
223 if (ecc.badblocks != last_ecc.badblocks)
224 printf("ecc badblocks, %u, at %llx\n", ecc.badblocks - last_ecc.badblocks, pos);
225 if (ecc.bbtblocks != last_ecc.bbtblocks)
226 printf("ecc bbtblocks, %u, at %llx\n", ecc.bbtblocks - last_ecc.bbtblocks, pos)
    [all...]

Completed in 107 milliseconds