tag | line | file | source code |
---|---|---|---|
min_report_error_cnt | 239 | kernel/blk_drv/floppy.c | static unsigned short min_report_error_cnt[4] = {2, 2, 2, 2}; |
min_report_error_cnt | 556 | kernel/blk_drv/floppy.c | } else if (CURRENT_ERRORS > min_report_error_cnt[ST0 & ST0_DS]) { |
min_report_error_cnt | 1144 | kernel/blk_drv/floppy.c | min_report_error_cnt[drive] = (unsigned short) (param & 0x0f); |