tag | line | file | source code |
the_result | 189 | drivers/scsi/scsi.c | static int the_result; |
the_result | 326 | drivers/scsi/scsi.c | the_result = SCmd.result; |
the_result | 329 | drivers/scsi/scsi.c | if (!the_result) |
the_result | 332 | drivers/scsi/scsi.c | printk("scsi: INQUIRY failed with code %08x\n", the_result); |
the_result | 335 | drivers/scsi/scsi.c | if(the_result) break; |
the_result | 339 | drivers/scsi/scsi.c | if (!the_result) |
the_result | 804 | drivers/scsi/sd.c | int the_result, retries; |
the_result | 833 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 837 | drivers/scsi/sd.c | if(the_result && !rscsi_disks[i].device->removable && |
the_result | 865 | drivers/scsi/sd.c | } while(the_result && spintime && spintime+5000 > jiffies); |
the_result | 867 | drivers/scsi/sd.c | if (the_result) |
the_result | 901 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 904 | drivers/scsi/sd.c | } while(the_result && retries); |
the_result | 925 | drivers/scsi/sd.c | if (the_result) |
the_result | 930 | drivers/scsi/sd.c | status_byte(the_result), |
the_result | 931 | drivers/scsi/sd.c | msg_byte(the_result), |
the_result | 932 | drivers/scsi/sd.c | host_byte(the_result), |
the_result | 933 | drivers/scsi/sd.c | driver_byte(the_result) |
the_result | 935 | drivers/scsi/sd.c | if (driver_byte(the_result) & DRIVER_SENSE) |
the_result | 703 | drivers/scsi/sr.c | int the_result, retries; |
the_result | 733 | drivers/scsi/sr.c | the_result = SCpnt->result; |
the_result | 736 | drivers/scsi/sr.c | } while(the_result && retries); |
the_result | 742 | drivers/scsi/sr.c | if (the_result) { |