tag | line | file | source code |
---|---|---|---|
hard_error | 542 | drivers/scsi/aic7xxx.c | } hard_error[] = { |
hard_error | 1766 | drivers/scsi/aic7xxx.c | for (i = 0; i < NUMBER(hard_error); i++) |
hard_error | 1768 | drivers/scsi/aic7xxx.c | if (errno & hard_error[i].errno) |
hard_error | 1770 | drivers/scsi/aic7xxx.c | printk(" %s\n", hard_error[i].errmesg); |