tag | line | file | source code |
---|---|---|---|
WAS_SENSE | 831 | drivers/scsi/scsi.c | SCpnt->flags |= WAS_SENSE | ASKED_FOR_SENSE; |
WAS_SENSE | 1086 | drivers/scsi/scsi.c | if (status_byte(result) && (SCpnt->flags & WAS_SENSE)) |
WAS_SENSE | 1089 | drivers/scsi/scsi.c | SCpnt->flags &= ~WAS_SENSE; |
WAS_SENSE | 1111 | drivers/scsi/scsi.c | if (SCpnt->flags & WAS_SENSE) |
WAS_SENSE | 1117 | drivers/scsi/scsi.c | SCpnt->flags &= ~WAS_SENSE; |
WAS_SENSE | 1330 | drivers/scsi/scsi.c | if (SCpnt->flags & WAS_SENSE) |