tag | line | file | source code |
allocate_device | 439 | 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 | 240 | drivers/scsi/scsi_ioctl.c | SCpnt = allocate_device(NULL, dev, 1); |
allocate_device | 48 | 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 | 400 | drivers/scsi/sg.c | if (!(SCpnt=allocate_device(NULL,device->device, !(filp->f_flags & O_NONBLOCK)))) |
allocate_device | 596 | drivers/scsi/sr.c | SCpnt = allocate_device(&CURRENT, |
allocate_device | 982 | drivers/scsi/sr.c | SCpnt = allocate_device(NULL, scsi_CDs[i].device, 1); |
allocate_device | 42 | drivers/scsi/sr_ioctl.c | SCpnt = allocate_device(NULL, scsi_CDs[target].device, 1); |
allocate_device | 234 | drivers/scsi/st.c | if ((SCpnt = allocate_device(NULL, STp->device, 1)) == NULL) { |
allocate_device | 951 | drivers/scsi/st.c | SCpnt = allocate_device(NULL, STp->device, 1); |
allocate_device | 492 | kernel/ksyms.c | X(allocate_device), |