Home
last modified time | relevance | path

Searched refs:the_result (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dsd.c778 unsigned int the_result; in sd_init_onedisk() local
833 the_result = SRpnt->sr_result; in sd_init_onedisk()
836 && (the_result !=0 in sd_init_onedisk()
837 || ((driver_byte(the_result) & DRIVER_SENSE) in sd_init_onedisk()
845 if( the_result != 0 in sd_init_onedisk()
846 && ((driver_byte(the_result) & DRIVER_SENSE) != 0) in sd_init_onedisk()
856 if ((driver_byte(the_result) & DRIVER_SENSE) == 0) { in sd_init_onedisk()
859 if(!spintime && the_result != 0) in sd_init_onedisk()
860 printk(KERN_NOTICE "%s: Unit Not Ready, error = 0x%x\n", nbuff, the_result); in sd_init_onedisk()
881 } else if (the_result && !rscsi_disks[i].device->removable && in sd_init_onedisk()
[all …]
Dsr.c596 int the_result, retries; in get_sectorsize() local
632 the_result = SRpnt->sr_result; in get_sectorsize()
635 } while (the_result && retries); in get_sectorsize()
641 if (the_result) { in get_sectorsize()