tag | line | file | source code |
the_result | 170 | drivers/scsi/scsi.c | static int the_result; |
the_result | 292 | drivers/scsi/scsi.c | the_result = SCmd.result; |
the_result | 295 | drivers/scsi/scsi.c | if (!the_result) |
the_result | 301 | drivers/scsi/scsi.c | if(the_result) break; |
the_result | 305 | drivers/scsi/scsi.c | if (!the_result) |
the_result | 670 | drivers/scsi/sd.c | int the_result, retries; |
the_result | 699 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 703 | drivers/scsi/sd.c | if(the_result && !rscsi_disks[i].device->removable && |
the_result | 731 | drivers/scsi/sd.c | } while(the_result && spintime && spintime+5000 > jiffies); |
the_result | 733 | drivers/scsi/sd.c | if (the_result) |
the_result | 765 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 768 | drivers/scsi/sd.c | } while(the_result && retries); |
the_result | 789 | drivers/scsi/sd.c | if (the_result) |
the_result | 794 | drivers/scsi/sd.c | status_byte(the_result), |
the_result | 795 | drivers/scsi/sd.c | msg_byte(the_result), |
the_result | 796 | drivers/scsi/sd.c | host_byte(the_result), |
the_result | 797 | drivers/scsi/sd.c | driver_byte(the_result) |
the_result | 799 | drivers/scsi/sd.c | if (driver_byte(the_result) & DRIVER_SENSE) |
the_result | 645 | drivers/scsi/sr.c | int the_result, retries; |
the_result | 671 | drivers/scsi/sr.c | the_result = SCpnt->result; |
the_result | 674 | drivers/scsi/sr.c | } while(the_result && retries); |
the_result | 680 | drivers/scsi/sr.c | if (the_result) { |