Searched defs:scsi_device (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/conf/
H A Ddevice.h36 * pointer the the scsi_device(9S) structure is stored in the
49 struct scsi_device { struct
62 * pointer to the scsi_device(9S) structure and the HBA can maintain
63 * its private per-unit-address/per-scsi_device information using
68 * scsi_device(9S) structure within the scsi_address(9S) allows
82 * framework code prior to probe(9E) or attach(9E) of scsi_device.
89 * The HBA driver can store a pointer to per-scsi_device(9S)
94 * to the scsi_device(9S) structure, and then gain access to
95 * its per-scsi_device(9S) hba private data by calling
126 * LEGACY: For a scsi_device structur
[all...]
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_cmdk.c121 struct scsi_device *scsi_device; local
132 scsi_device = ddi_get_driver_private(xsp->xdfss_dip);
133 ctlobjp = scsi_device->sd_address.a_hba_tran;
585 struct scsi_device *scsi_device; local
590 scsi_device = ddi_get_driver_private(dip);
591 ctlobjp = scsi_device->sd_address.a_hba_tran;

Completed in 59 milliseconds