tag | line | file | source code |
lun | 364 | kernel/blk_drv/scsi/aha1542.c | unchar lun = SCpnt->lun; |
lun | 486 | kernel/blk_drv/scsi/aha1542.c | ccb[mbo].idlun = (target&7)<<5 | direction | (lun & 7); /*SCSI Target Id*/ |
lun | 340 | kernel/blk_drv/scsi/aha1740.c | ecb[ecbno].lun = SCpnt->lun; |
lun | 119 | kernel/blk_drv/scsi/aha1740.h | ushort lun:3, /* Logical Unit */ |
lun | 485 | kernel/blk_drv/scsi/fdomain.c | SCinit.lun = 0; |
lun | 160 | kernel/blk_drv/scsi/scsi.c | int host_nr , dev, lun, type; |
lun | 166 | kernel/blk_drv/scsi/scsi.c | lun = 0; |
lun | 177 | kernel/blk_drv/scsi/scsi.c | for (lun = 0; lun < 8; ++lun) |
lun | 181 | kernel/blk_drv/scsi/scsi.c | scsi_devices[NR_SCSI_DEVICES].lun = lun; |
lun | 186 | kernel/blk_drv/scsi/scsi.c | scsi_cmd[1] = lun << 5; |
lun | 192 | kernel/blk_drv/scsi/scsi.c | SCmd.lun = lun; |
lun | 224 | kernel/blk_drv/scsi/scsi.c | scsi_cmd[1] = (lun << 5) & 0xe0; |
lun | 288 | kernel/blk_drv/scsi/scsi.c | host_nr , dev, lun); |
lun | 293 | kernel/blk_drv/scsi/scsi.c | host_nr , dev, lun); |
lun | 299 | kernel/blk_drv/scsi/scsi.c | host_nr , dev, lun); |
lun | 321 | kernel/blk_drv/scsi/scsi.c | scsi_cmd[1] = (lun << 5) & 0xe0; |
lun | 431 | kernel/blk_drv/scsi/scsi.c | SCpnt->lun == scsi_devices[index].lun) |
lun | 485 | kernel/blk_drv/scsi/scsi.c | SCpnt->lun == scsi_devices[index].lun) { |
lun | 503 | kernel/blk_drv/scsi/scsi.c | index, scsi_devices[index].id ,scsi_devices[index].lun); |
lun | 602 | kernel/blk_drv/scsi/scsi.c | SCpnt->cmnd[1] = SCpnt->lun << 5; |
lun | 680 | kernel/blk_drv/scsi/scsi.c | SCpnt->lun = (SCpnt->data_cmnd[1] >> 5); |
lun | 1393 | kernel/blk_drv/scsi/scsi.c | SCpnt->lun = scsi_devices[i].lun; |
lun | 120 | kernel/blk_drv/scsi/scsi.h | #define IDENTIFY(can_disconnect, lun) (IDENTIFY_BASE |\ |
lun | 122 | kernel/blk_drv/scsi/scsi.h | ((lun) & 0x07)) |
lun | 272 | kernel/blk_drv/scsi/scsi.h | unsigned char host_no, id, lun, index; |
lun | 344 | kernel/blk_drv/scsi/scsi.h | unsigned char target, lun, index; |
lun | 157 | kernel/blk_drv/scsi/scsi_debug.c | if(target>=2 || SCpnt->lun != 0) { |
lun | 129 | kernel/blk_drv/scsi/scsi_ioctl.c | dev->lun, |
lun | 176 | kernel/blk_drv/scsi/scsi_ioctl.c | cmd[1] = ( cmd[1] & 0x1f ) | (dev->lun << 5); |
lun | 237 | kernel/blk_drv/scsi/scsi_ioctl.c | put_fs_long(dev->id + (dev->lun << 8) + |
lun | 247 | kernel/blk_drv/scsi/scsi_ioctl.c | scsi_cmd[1] = dev->lun << 5; |
lun | 255 | kernel/blk_drv/scsi/scsi_ioctl.c | scsi_cmd[1] = dev->lun << 5; |
lun | 261 | kernel/blk_drv/scsi/scsi_ioctl.c | scsi_cmd[1] = dev->lun << 5; |
lun | 299 | kernel/blk_drv/scsi/sd.c | rscsi_disks[DEVICE_NR(SCpnt->request.dev)].device->lun, result); |
lun | 568 | kernel/blk_drv/scsi/sd.c | cmd[1] = (SCpnt->lun << 5) & 0xe0; |
lun | 687 | kernel/blk_drv/scsi/sd.c | cmd[1] = (rscsi_disks[i].device->lun << 5) & 0xe0; |
lun | 737 | kernel/blk_drv/scsi/sd.c | rscsi_disks[i].device->lun, |
lun | 42 | kernel/blk_drv/scsi/seagate.c | static int internal_command(unsigned char target, unsigned char lun, |
lun | 392 | kernel/blk_drv/scsi/seagate.c | current_lun = SCpnt->lun; |
lun | 433 | kernel/blk_drv/scsi/seagate.c | result = internal_command (SCint->target, SCint->lun, SCint->cmnd, SCint->request_buffer, |
lun | 447 | kernel/blk_drv/scsi/seagate.c | return internal_command (SCpnt->target, SCpnt->lun, SCpnt->cmnd, SCpnt->request_buffer, |
lun | 452 | kernel/blk_drv/scsi/seagate.c | static int internal_command(unsigned char target, unsigned char lun, const void *cmnd, |
lun | 871 | kernel/blk_drv/scsi/seagate.c | hostno, target, lun); |
lun | 998 | kernel/blk_drv/scsi/seagate.c | hostno, target, lun); |
lun | 1145 | kernel/blk_drv/scsi/seagate.c | DATA = IDENTIFY(1, lun); |
lun | 1430 | kernel/blk_drv/scsi/seagate.c | cmd[1] = (disk->lun << 5) & 0xe5; |
lun | 243 | kernel/blk_drv/scsi/sr.c | scsi_CDs[DEVICE_NR(SCpnt->request.dev)].device->lun, |
lun | 393 | kernel/blk_drv/scsi/sr.c | cmd[1] = (SCpnt->lun << 5) & 0xe0; |
lun | 653 | kernel/blk_drv/scsi/sr.c | cmd[1] = (scsi_CDs[i].device->lun << 5) & 0xe0; |
lun | 76 | kernel/blk_drv/scsi/sr_ioctl.c | scsi_CDs[target].device->lun, |
lun | 108 | kernel/blk_drv/scsi/sr_ioctl.c | sr_cmd[1] = scsi_CDs[target].device->lun << 5; |
lun | 120 | kernel/blk_drv/scsi/sr_ioctl.c | sr_cmd[1] = scsi_CDs[target].device->lun << 5; |
lun | 136 | kernel/blk_drv/scsi/sr_ioctl.c | sr_cmd[1] = scsi_CDs[target].device->lun << 5; |
lun | 156 | kernel/blk_drv/scsi/sr_ioctl.c | sr_cmd[1] = scsi_CDs[target].device->lun << 5; |
lun | 177 | kernel/blk_drv/scsi/sr_ioctl.c | sr_cmd[1] = ((scsi_CDs[target].device->lun) << 5) | 0x02; /* MSF format */ |
lun | 204 | kernel/blk_drv/scsi/sr_ioctl.c | sr_cmd[1] = ((scsi_CDs[target].device->lun) << 5) | 0x02; /* MSF format */ |
lun | 230 | kernel/blk_drv/scsi/sr_ioctl.c | sr_cmd[1] = ((scsi_CDs[target].device->lun) << 5) | 1; |
lun | 239 | kernel/blk_drv/scsi/sr_ioctl.c | sr_cmd[1] = ((scsi_CDs[target].device->lun) << 5) | 1; |
lun | 251 | kernel/blk_drv/scsi/sr_ioctl.c | sr_cmd[1] = ((scsi_CDs[target].device -> lun) << 5) | 1; |
lun | 271 | kernel/blk_drv/scsi/sr_ioctl.c | sr_cmd[1] = (scsi_CDs[target].device -> lun) << 5; |
lun | 283 | kernel/blk_drv/scsi/sr_ioctl.c | sr_cmd[1] = (scsi_CDs[target].device -> lun) << 5; |
lun | 302 | kernel/blk_drv/scsi/sr_ioctl.c | sr_cmd[1] = ((scsi_CDs[target].device -> lun) << 5) | 0x10; /* Params are SCSI-2 */ |
lun | 317 | kernel/blk_drv/scsi/sr_ioctl.c | sr_cmd[1] = ((scsi_CDs[target].device->lun) << 5) | 0x02; /* MSF format */ |
lun | 110 | kernel/blk_drv/scsi/ultrastor.c | unsigned char lun: 3; /* logical unit number */ |
lun | 390 | kernel/blk_drv/scsi/ultrastor.c | mscp.lun = SCpnt->lun; |
lun | 361 | kernel/blk_drv/scsi/wd7000.c | idlun = ((SCpnt->target << 5) & 0xe0) | (SCpnt->lun & 7); |
lun | 581 | kernel/blk_drv/scsi/wd7000.c | printk("id %d lun %d cdb", SCpnt->target, SCpnt->lun); |