taglinefilesource code
history170drivers/char/ftape/fdc-isr.chistory.id_am_errors++;
history173drivers/char/ftape/fdc-isr.chistory.id_crc_errors++;
history176drivers/char/ftape/fdc-isr.chistory.data_am_errors++;
history179drivers/char/ftape/fdc-isr.chistory.data_crc_errors++;
history182drivers/char/ftape/fdc-isr.chistory.overrun_errors++;
history185drivers/char/ftape/fdc-isr.chistory.no_data_errors++;
history328drivers/char/ftape/fdc-isr.c++history.rewinds;
history49drivers/char/ftape/ftape-ctl.chistory_record history;
history201drivers/char/ftape/ftape-ctl.chistory.used = 0;
history202drivers/char/ftape/ftape-ctl.chistory.id_am_errors =
history203drivers/char/ftape/ftape-ctl.chistory.id_crc_errors =
history204drivers/char/ftape/ftape-ctl.chistory.data_am_errors =
history205drivers/char/ftape/ftape-ctl.chistory.data_crc_errors =
history206drivers/char/ftape/ftape-ctl.chistory.overrun_errors =
history207drivers/char/ftape/ftape-ctl.chistory.no_data_errors =
history208drivers/char/ftape/ftape-ctl.chistory.retries =
history209drivers/char/ftape/ftape-ctl.chistory.crc_errors =
history210drivers/char/ftape/ftape-ctl.chistory.crc_failures =
history211drivers/char/ftape/ftape-ctl.chistory.ecc_failures =
history212drivers/char/ftape/ftape-ctl.chistory.corrected =
history213drivers/char/ftape/ftape-ctl.chistory.defects =
history214drivers/char/ftape/ftape-ctl.chistory.rewinds = 0;
history618drivers/char/ftape/ftape-ctl.cif (history.used) {
history621drivers/char/ftape/ftape-ctl.cTRACEi(3, " id_am_errors     :", history.id_am_errors);
history622drivers/char/ftape/ftape-ctl.cTRACEi(3, " id_crc_errors    :", history.id_crc_errors);
history623drivers/char/ftape/ftape-ctl.cTRACEi(3, " data_am_errors   :", history.data_am_errors);
history624drivers/char/ftape/ftape-ctl.cTRACEi(3, " data_crc_errors  :", history.data_crc_errors);
history625drivers/char/ftape/ftape-ctl.cTRACEi(3, " overrun_errors   :", history.overrun_errors);
history626drivers/char/ftape/ftape-ctl.cTRACEi(3, " no_data_errors   :", history.no_data_errors);
history627drivers/char/ftape/ftape-ctl.cTRACEi(3, " retries          :", history.retries);
history628drivers/char/ftape/ftape-ctl.cif (history.used & 1) {
history630drivers/char/ftape/ftape-ctl.cTRACEi(3, " crc_errors       :", history.crc_errors);
history631drivers/char/ftape/ftape-ctl.cTRACEi(3, " crc_failures     :", history.crc_failures);
history632drivers/char/ftape/ftape-ctl.cTRACEi(3, " ecc_failures     :", history.ecc_failures);
history633drivers/char/ftape/ftape-ctl.cTRACEi(3, " sectors corrected:", history.corrected);
history635drivers/char/ftape/ftape-ctl.cTRACEx2(3, "media defects     : %d%s", history.defects,
history636drivers/char/ftape/ftape-ctl.chistory.defects ? " !!!" : "");
history637drivers/char/ftape/ftape-ctl.cTRACEi(3, "repositions       :", history.rewinds);
history67drivers/char/ftape/ftape-ctl.hextern history_record history;
history128drivers/char/ftape/ftape-read.chistory.crc_errors += count_ones(read_bad);
history133drivers/char/ftape/ftape-read.chistory.corrected += count_ones(mseg.corrected);
history142drivers/char/ftape/ftape-read.chistory.crc_failures++;
history148drivers/char/ftape/ftape-read.chistory.ecc_failures++;
history295drivers/char/ftape/ftape-read.chistory.defects += count_ones(buffer[head].hard_error_map);
history322drivers/char/ftape/ftape-read.chistory.defects++;
history591drivers/char/ftape/ftape-read.chistory.used |= 1;
history194drivers/char/ftape/ftape-rw.c++history.retries;
history868drivers/char/ftape/ftape-rw.chistory.overrun_errors - overrun_count_offset >= 8) {
history881drivers/char/ftape/ftape-rw.coverrun_count_offset = history.overrun_errors;
history903drivers/char/ftape/ftape-rw.c++history.rewinds;
history228drivers/char/ftape/ftape-write.chistory.defects += count_ones(buffer[tail].hard_error_map);
history306drivers/char/ftape/ftape-write.chistory.used |= 2;