tag | line | file | source code |
the_result | 202 | drivers/scsi/scsi.c | static int the_result; |
the_result | 390 | drivers/scsi/scsi.c | the_result = SCmd.result; |
the_result | 393 | drivers/scsi/scsi.c | if (!the_result) |
the_result | 396 | drivers/scsi/scsi.c | printk("scsi: INQUIRY failed with code %08x\n", the_result); |
the_result | 399 | drivers/scsi/scsi.c | if(the_result) break; |
the_result | 403 | drivers/scsi/scsi.c | if (!the_result) |
the_result | 848 | drivers/scsi/sd.c | int the_result, retries; |
the_result | 878 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 882 | drivers/scsi/sd.c | if(the_result && !rscsi_disks[i].device->removable && |
the_result | 911 | drivers/scsi/sd.c | } while(the_result && spintime && spintime+5000 > jiffies); |
the_result | 913 | drivers/scsi/sd.c | if (the_result) |
the_result | 948 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 951 | drivers/scsi/sd.c | } while(the_result && retries); |
the_result | 972 | drivers/scsi/sd.c | if (the_result) |
the_result | 977 | drivers/scsi/sd.c | status_byte(the_result), |
the_result | 978 | drivers/scsi/sd.c | msg_byte(the_result), |
the_result | 979 | drivers/scsi/sd.c | host_byte(the_result), |
the_result | 980 | drivers/scsi/sd.c | driver_byte(the_result) |
the_result | 982 | drivers/scsi/sd.c | if (driver_byte(the_result) & DRIVER_SENSE) |
the_result | 861 | drivers/scsi/sr.c | int the_result, retries; |
the_result | 893 | drivers/scsi/sr.c | the_result = SCpnt->result; |
the_result | 896 | drivers/scsi/sr.c | } while(the_result && retries); |
the_result | 902 | drivers/scsi/sr.c | if (the_result) { |