taglinefilesource code
history171drivers/char/ftape/fdc-isr.chistory.id_am_errors++;
history174drivers/char/ftape/fdc-isr.chistory.id_crc_errors++;
history177drivers/char/ftape/fdc-isr.chistory.data_am_errors++;
history180drivers/char/ftape/fdc-isr.chistory.data_crc_errors++;
history183drivers/char/ftape/fdc-isr.chistory.overrun_errors++;
history186drivers/char/ftape/fdc-isr.chistory.no_data_errors++;
history329drivers/char/ftape/fdc-isr.c++history.rewinds;
history50drivers/char/ftape/ftape-ctl.chistory_record history;
history202drivers/char/ftape/ftape-ctl.chistory.used = 0;
history203drivers/char/ftape/ftape-ctl.chistory.id_am_errors =
history204drivers/char/ftape/ftape-ctl.chistory.id_crc_errors =
history205drivers/char/ftape/ftape-ctl.chistory.data_am_errors =
history206drivers/char/ftape/ftape-ctl.chistory.data_crc_errors =
history207drivers/char/ftape/ftape-ctl.chistory.overrun_errors =
history208drivers/char/ftape/ftape-ctl.chistory.no_data_errors =
history209drivers/char/ftape/ftape-ctl.chistory.retries =
history210drivers/char/ftape/ftape-ctl.chistory.crc_errors =
history211drivers/char/ftape/ftape-ctl.chistory.crc_failures =
history212drivers/char/ftape/ftape-ctl.chistory.ecc_failures =
history213drivers/char/ftape/ftape-ctl.chistory.corrected =
history214drivers/char/ftape/ftape-ctl.chistory.defects =
history215drivers/char/ftape/ftape-ctl.chistory.rewinds = 0;
history619drivers/char/ftape/ftape-ctl.cif (history.used) {
history622drivers/char/ftape/ftape-ctl.cTRACEi(3, " id_am_errors     :", history.id_am_errors);
history623drivers/char/ftape/ftape-ctl.cTRACEi(3, " id_crc_errors    :", history.id_crc_errors);
history624drivers/char/ftape/ftape-ctl.cTRACEi(3, " data_am_errors   :", history.data_am_errors);
history625drivers/char/ftape/ftape-ctl.cTRACEi(3, " data_crc_errors  :", history.data_crc_errors);
history626drivers/char/ftape/ftape-ctl.cTRACEi(3, " overrun_errors   :", history.overrun_errors);
history627drivers/char/ftape/ftape-ctl.cTRACEi(3, " no_data_errors   :", history.no_data_errors);
history628drivers/char/ftape/ftape-ctl.cTRACEi(3, " retries          :", history.retries);
history629drivers/char/ftape/ftape-ctl.cif (history.used & 1) {
history631drivers/char/ftape/ftape-ctl.cTRACEi(3, " crc_errors       :", history.crc_errors);
history632drivers/char/ftape/ftape-ctl.cTRACEi(3, " crc_failures     :", history.crc_failures);
history633drivers/char/ftape/ftape-ctl.cTRACEi(3, " ecc_failures     :", history.ecc_failures);
history634drivers/char/ftape/ftape-ctl.cTRACEi(3, " sectors corrected:", history.corrected);
history636drivers/char/ftape/ftape-ctl.cTRACEx2(3, "media defects     : %d%s", history.defects,
history637drivers/char/ftape/ftape-ctl.chistory.defects ? " !!!" : "");
history638drivers/char/ftape/ftape-ctl.cTRACEi(3, "repositions       :", history.rewinds);
history67drivers/char/ftape/ftape-ctl.hextern history_record history;
history129drivers/char/ftape/ftape-read.chistory.crc_errors += count_ones(read_bad);
history134drivers/char/ftape/ftape-read.chistory.corrected += count_ones(mseg.corrected);
history143drivers/char/ftape/ftape-read.chistory.crc_failures++;
history149drivers/char/ftape/ftape-read.chistory.ecc_failures++;
history296drivers/char/ftape/ftape-read.chistory.defects += count_ones(buffer[head].hard_error_map);
history323drivers/char/ftape/ftape-read.chistory.defects++;
history592drivers/char/ftape/ftape-read.chistory.used |= 1;
history195drivers/char/ftape/ftape-rw.c++history.retries;
history869drivers/char/ftape/ftape-rw.chistory.overrun_errors - overrun_count_offset >= 8) {
history882drivers/char/ftape/ftape-rw.coverrun_count_offset = history.overrun_errors;
history904drivers/char/ftape/ftape-rw.c++history.rewinds;
history229drivers/char/ftape/ftape-write.chistory.defects += count_ones(buffer[tail].hard_error_map);
history307drivers/char/ftape/ftape-write.chistory.used |= 2;