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