tag | line | file | source code |
---|---|---|---|
WAS_SENSE | 806 | drivers/scsi/scsi.c | SCpnt->flags |= WAS_SENSE | ASKED_FOR_SENSE; |
WAS_SENSE | 1061 | drivers/scsi/scsi.c | if (status_byte(result) && (SCpnt->flags & WAS_SENSE)) |
WAS_SENSE | 1064 | drivers/scsi/scsi.c | SCpnt->flags &= ~WAS_SENSE; |
WAS_SENSE | 1086 | drivers/scsi/scsi.c | if (SCpnt->flags & WAS_SENSE) |
WAS_SENSE | 1092 | drivers/scsi/scsi.c | SCpnt->flags &= ~WAS_SENSE; |
WAS_SENSE | 1305 | drivers/scsi/scsi.c | if (SCpnt->flags & WAS_SENSE) |