tag | line | file | source code |
allocate_device | 471 | drivers/scsi/scsi.h | extern Scsi_Cmnd * allocate_device(struct request **, Scsi_Device *, int); |
allocate_device | 109 | drivers/scsi/scsi_ioctl.c | SCpnt = allocate_device(NULL, dev, 1); |
allocate_device | 244 | drivers/scsi/scsi_ioctl.c | SCpnt = allocate_device(NULL, dev, 1); |
allocate_device | 49 | drivers/scsi/scsi_syms.c | X(allocate_device), |
allocate_device | 459 | drivers/scsi/sd.c | SCpnt = allocate_device(&CURRENT, |
allocate_device | 965 | drivers/scsi/sd.c | SCpnt = allocate_device(NULL, rscsi_disks[i].device, 1); |
allocate_device | 404 | drivers/scsi/sg.c | if (!(SCpnt=allocate_device(NULL,device->device, !(filp->f_flags & O_NONBLOCK)))) |
allocate_device | 600 | drivers/scsi/sr.c | SCpnt = allocate_device(&CURRENT, |
allocate_device | 986 | drivers/scsi/sr.c | SCpnt = allocate_device(NULL, scsi_CDs[i].device, 1); |
allocate_device | 46 | drivers/scsi/sr_ioctl.c | SCpnt = allocate_device(NULL, scsi_CDs[target].device, 1); |
allocate_device | 244 | drivers/scsi/st.c | if ((SCpnt = allocate_device(NULL, STp->device, 1)) == NULL) { |
allocate_device | 1069 | drivers/scsi/st.c | SCpnt = allocate_device(NULL, STp->device, 1); |