tag | line | file | source code |
---|---|---|---|
WAS_SENSE | 812 | drivers/scsi/scsi.c | SCpnt->flags |= WAS_SENSE | ASKED_FOR_SENSE; |
WAS_SENSE | 1069 | drivers/scsi/scsi.c | if (status_byte(result) && (SCpnt->flags & WAS_SENSE)) |
WAS_SENSE | 1072 | drivers/scsi/scsi.c | SCpnt->flags &= ~WAS_SENSE; |
WAS_SENSE | 1094 | drivers/scsi/scsi.c | if (SCpnt->flags & WAS_SENSE) |
WAS_SENSE | 1100 | drivers/scsi/scsi.c | SCpnt->flags &= ~WAS_SENSE; |
WAS_SENSE | 1313 | drivers/scsi/scsi.c | if (SCpnt->flags & WAS_SENSE) |