tag | line | file | source code |
the_result | 178 | drivers/scsi/scsi.c | static int the_result; |
the_result | 300 | drivers/scsi/scsi.c | the_result = SCmd.result; |
the_result | 303 | drivers/scsi/scsi.c | if (!the_result) |
the_result | 309 | drivers/scsi/scsi.c | if(the_result) break; |
the_result | 313 | drivers/scsi/scsi.c | if (!the_result) |
the_result | 789 | drivers/scsi/sd.c | int the_result, retries; |
the_result | 818 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 822 | drivers/scsi/sd.c | if(the_result && !rscsi_disks[i].device->removable && |
the_result | 850 | drivers/scsi/sd.c | } while(the_result && spintime && spintime+5000 > jiffies); |
the_result | 852 | drivers/scsi/sd.c | if (the_result) |
the_result | 884 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 887 | drivers/scsi/sd.c | } while(the_result && retries); |
the_result | 908 | drivers/scsi/sd.c | if (the_result) |
the_result | 913 | drivers/scsi/sd.c | status_byte(the_result), |
the_result | 914 | drivers/scsi/sd.c | msg_byte(the_result), |
the_result | 915 | drivers/scsi/sd.c | host_byte(the_result), |
the_result | 916 | drivers/scsi/sd.c | driver_byte(the_result) |
the_result | 918 | drivers/scsi/sd.c | if (driver_byte(the_result) & DRIVER_SENSE) |
the_result | 651 | drivers/scsi/sr.c | int the_result, retries; |
the_result | 679 | drivers/scsi/sr.c | the_result = SCpnt->result; |
the_result | 682 | drivers/scsi/sr.c | } while(the_result && retries); |
the_result | 688 | drivers/scsi/sr.c | if (the_result) { |