tag | line | file | source code |
the_result | 957 | drivers/scsi/sd.c | int the_result, retries; |
the_result | 995 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 997 | drivers/scsi/sd.c | if( the_result == 0 |
the_result | 1004 | drivers/scsi/sd.c | if(the_result && !rscsi_disks[i].device->removable && |
the_result | 1037 | drivers/scsi/sd.c | } while(the_result && spintime && spintime+100*HZ > jiffies); |
the_result | 1039 | drivers/scsi/sd.c | if (the_result) |
the_result | 1069 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 1072 | drivers/scsi/sd.c | } while(the_result && retries); |
the_result | 1094 | drivers/scsi/sd.c | if (the_result) |
the_result | 1099 | drivers/scsi/sd.c | status_byte(the_result), |
the_result | 1100 | drivers/scsi/sd.c | msg_byte(the_result), |
the_result | 1101 | drivers/scsi/sd.c | host_byte(the_result), |
the_result | 1102 | drivers/scsi/sd.c | driver_byte(the_result) |
the_result | 1104 | drivers/scsi/sd.c | if (driver_byte(the_result) & DRIVER_SENSE) |
the_result | 1215 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 1219 | drivers/scsi/sd.c | if ( the_result ) { |
the_result | 978 | drivers/scsi/sr.c | int the_result, retries; |
the_result | 1005 | drivers/scsi/sr.c | the_result = SCpnt->result; |
the_result | 1008 | drivers/scsi/sr.c | } while(the_result && retries); |
the_result | 1014 | drivers/scsi/sr.c | if (the_result) { |