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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 112 milliseconds