| tag | line | file | source code |
|---|---|---|---|
| expecting_cc_ua | 446 | drivers/scsi/scsi.c | SDpnt->expecting_cc_ua = 0; |
| expecting_cc_ua | 1336 | drivers/scsi/scsi.c | if( SCpnt->device->expecting_cc_ua ) |
| expecting_cc_ua | 1338 | drivers/scsi/scsi.c | SCpnt->device->expecting_cc_ua = 0; |
| expecting_cc_ua | 1948 | drivers/scsi/scsi.c | SCpnt1->device->expecting_cc_ua = 1; |
| expecting_cc_ua | 193 | drivers/scsi/scsi.h | unsigned expecting_cc_ua:1; /* Expecting a CHECK_CONDITION/UNIT_ATTN |