Searched refs:scsi_alloc_sdev (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dscsi_scan.c225 * scsi_alloc_sdev - allocate and setup a scsi_Device
238 static struct scsi_device *scsi_alloc_sdev(struct scsi_target *starget, function
943 * @hostdata: passed to scsi_alloc_sdev()
988 sdev = scsi_alloc_sdev(starget, lun, hostdata);
1136 * go into scsi_alloc_sdev() and just have it return null when asked
1291 sdev = scsi_alloc_sdev(starget, 0, NULL);
1867 sdev = scsi_alloc_sdev(starget, 0, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_scan.c225 * scsi_alloc_sdev - allocate and setup a scsi_Device
238 static struct scsi_device *scsi_alloc_sdev(struct scsi_target *starget, function
943 * @hostdata: passed to scsi_alloc_sdev()
988 sdev = scsi_alloc_sdev(starget, lun, hostdata);
1136 * go into scsi_alloc_sdev() and just have it return null when asked
1291 sdev = scsi_alloc_sdev(starget, 0, NULL);
1867 sdev = scsi_alloc_sdev(starget, 0, NULL);

Completed in 63 milliseconds