tag | line | file | source code |
---|---|---|---|
WAS_SENSE | 876 | drivers/scsi/scsi.c | SCpnt->flags |= WAS_SENSE | ASKED_FOR_SENSE; |
WAS_SENSE | 1165 | drivers/scsi/scsi.c | if(SCpnt->flags & WAS_SENSE) |
WAS_SENSE | 1174 | drivers/scsi/scsi.c | if (status_byte(result) && (SCpnt->flags & WAS_SENSE)) |
WAS_SENSE | 1177 | drivers/scsi/scsi.c | SCpnt->flags &= ~WAS_SENSE; |
WAS_SENSE | 1199 | drivers/scsi/scsi.c | if (SCpnt->flags & WAS_SENSE) |
WAS_SENSE | 1205 | drivers/scsi/scsi.c | SCpnt->flags &= ~WAS_SENSE; |
WAS_SENSE | 1421 | drivers/scsi/scsi.c | if (SCpnt->flags & WAS_SENSE) |