1. NAME▲
scsi_alloc_sdev - allocate and setup a scsi_Device
2. SYNOPSIS ▲
struct scsi_device * scsi_alloc_sdev(struct scsi_target * starget , unsigned int lun , void * hostdata );
3. ARGUMENTS ▲
starget
which target to allocate a scsi_device for
lun
which lun
hostdata
usually NULL and set by ->slave_alloc instead
4. DESCRIPTION ▲
Allocate, initialize for io, and return a pointer to a scsi_Device. Stores the shost, channel, id, and lun in the scsi_Device, and adds scsi_Device to the appropriate list.
5. RETURN VALUE ▲
scsi_Device pointer, or NULL on failure.
6. AUTHORS ▲
James Bottomley <>
Author.
Rob Landley <>
Author.
7. COPYRIGHT ▲