tag | line | file | source code |
the_result | 107 | kernel/blk_drv/scsi/scsi.c | static int the_result; |
the_result | 115 | kernel/blk_drv/scsi/scsi.c | the_result = result; |
the_result | 156 | kernel/blk_drv/scsi/scsi.c | the_result = -1; |
the_result | 168 | kernel/blk_drv/scsi/scsi.c | while (the_result < 0); |
the_result | 170 | kernel/blk_drv/scsi/scsi.c | if (!the_result) |
the_result | 66 | kernel/blk_drv/scsi/scsi_ioctl.c | static int the_result[MAX_SCSI_HOSTS]; |
the_result | 70 | kernel/blk_drv/scsi/scsi_ioctl.c | the_result[host] = result; |
the_result | 97 | kernel/blk_drv/scsi/scsi_ioctl.c | if (the_result[host]) { |
the_result | 99 | kernel/blk_drv/scsi/scsi_ioctl.c | while(the_result[host]) |
the_result | 102 | kernel/blk_drv/scsi/scsi_ioctl.c | the_result[host]=-1; |
the_result | 112 | kernel/blk_drv/scsi/scsi_ioctl.c | while (the_result[host] == -1) |
the_result | 114 | kernel/blk_drv/scsi/scsi_ioctl.c | temp = the_result[host]; |
the_result | 115 | kernel/blk_drv/scsi/scsi_ioctl.c | the_result[host] = 0; |
the_result | 43 | kernel/blk_drv/scsi/sd.c | static int the_result; |
the_result | 312 | kernel/blk_drv/scsi/sd.c | the_result = result; |
the_result | 344 | kernel/blk_drv/scsi/sd.c | the_result = -1; |
the_result | 354 | kernel/blk_drv/scsi/sd.c | while(the_result < 0); |
the_result | 355 | kernel/blk_drv/scsi/sd.c | } while (try_again && the_result); |
the_result | 369 | kernel/blk_drv/scsi/sd.c | if (the_result) |
the_result | 376 | kernel/blk_drv/scsi/sd.c | status_byte(the_result), |
the_result | 377 | kernel/blk_drv/scsi/sd.c | msg_byte(the_result), |
the_result | 378 | kernel/blk_drv/scsi/sd.c | host_byte(the_result), |
the_result | 379 | kernel/blk_drv/scsi/sd.c | driver_byte(the_result) |
the_result | 381 | kernel/blk_drv/scsi/sd.c | if (driver_byte(the_result) & DRIVER_SENSE) |