tag | line | file | source code |
the_result | 269 | drivers/scsi/scsi.c | static int the_result; |
the_result | 526 | drivers/scsi/scsi.c | the_result = SCpnt->result; |
the_result | 529 | drivers/scsi/scsi.c | if (!the_result) |
the_result | 532 | drivers/scsi/scsi.c | printk("scsi: INQUIRY failed with code %08x\n", the_result); |
the_result | 535 | drivers/scsi/scsi.c | if(the_result) break; |
the_result | 539 | drivers/scsi/scsi.c | if (!the_result) |
the_result | 934 | drivers/scsi/sd.c | int the_result, retries; |
the_result | 968 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 970 | drivers/scsi/sd.c | if( the_result == 0 |
the_result | 977 | drivers/scsi/sd.c | if(the_result && !rscsi_disks[i].device->removable && |
the_result | 1008 | drivers/scsi/sd.c | } while(the_result && spintime && spintime+100*HZ > jiffies); |
the_result | 1010 | drivers/scsi/sd.c | if (the_result) |
the_result | 1047 | drivers/scsi/sd.c | the_result = SCpnt->result; |
the_result | 1050 | drivers/scsi/sd.c | } while(the_result && retries); |
the_result | 1072 | drivers/scsi/sd.c | if (the_result) |
the_result | 1077 | drivers/scsi/sd.c | status_byte(the_result), |
the_result | 1078 | drivers/scsi/sd.c | msg_byte(the_result), |
the_result | 1079 | drivers/scsi/sd.c | host_byte(the_result), |
the_result | 1080 | drivers/scsi/sd.c | driver_byte(the_result) |
the_result | 1082 | drivers/scsi/sd.c | if (driver_byte(the_result) & DRIVER_SENSE) |
the_result | 976 | drivers/scsi/sr.c | int the_result, retries; |
the_result | 1009 | drivers/scsi/sr.c | the_result = SCpnt->result; |
the_result | 1012 | drivers/scsi/sr.c | } while(the_result && retries); |
the_result | 1018 | drivers/scsi/sr.c | if (the_result) { |