tag | line | file | source code |
the_result | 186 | drivers/scsi/scsi.c | static int the_result; |
the_result | 318 | drivers/scsi/scsi.c | the_result = SCmd.result; |
the_result | 321 | drivers/scsi/scsi.c | if (!the_result) |
the_result | 327 | drivers/scsi/scsi.c | if(the_result) break; |
the_result | 331 | drivers/scsi/scsi.c | if (!the_result) |
the_result | 797 | drivers/scsi/sd.c | int the_result, retries; |
the_result | 826 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 830 | drivers/scsi/sd.c | if(the_result && !rscsi_disks[i].device->removable && |
the_result | 858 | drivers/scsi/sd.c | } while(the_result && spintime && spintime+5000 > jiffies); |
the_result | 860 | drivers/scsi/sd.c | if (the_result) |
the_result | 892 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 895 | drivers/scsi/sd.c | } while(the_result && retries); |
the_result | 916 | drivers/scsi/sd.c | if (the_result) |
the_result | 921 | drivers/scsi/sd.c | status_byte(the_result), |
the_result | 922 | drivers/scsi/sd.c | msg_byte(the_result), |
the_result | 923 | drivers/scsi/sd.c | host_byte(the_result), |
the_result | 924 | drivers/scsi/sd.c | driver_byte(the_result) |
the_result | 926 | drivers/scsi/sd.c | if (driver_byte(the_result) & DRIVER_SENSE) |
the_result | 657 | drivers/scsi/sr.c | int the_result, retries; |
the_result | 685 | drivers/scsi/sr.c | the_result = SCpnt->result; |
the_result | 688 | drivers/scsi/sr.c | } while(the_result && retries); |
the_result | 694 | drivers/scsi/sr.c | if (the_result) { |