Searched defs:sd_inq (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/conf/
H A Ddevice.h112 struct scsi_inquiry *sd_inq; member in struct:scsi_device
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c2756 switch (devp->sd_inq->inq_dtype) {
4451 struct scsi_inquiry *sd_inq; local
4455 sd_inq = un->un_sd->sd_inq;
4464 if (strncasecmp(sd_inq->inq_vid, id, idlen) != 0) {
4540 p2 = un->un_sd->sd_inq->inq_vid;
7266 * and point the sd_inq member of the scsi_device structure to it.
7278 switch (devp->sd_inq->inq_dtype) {
7346 switch (devp->sd_inq->inq_dtype) {
7760 int tq_trigger_flag = (((devp->sd_inq
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c385 static int mptsas_create_lun(dev_info_t *pdip, struct scsi_inquiry *sd_inq,
13991 struct scsi_inquiry *sd_inq = NULL; local
13994 sd_inq = (struct scsi_inquiry *)kmem_alloc(SUN_INQSIZE, KM_SLEEP);
13996 rval = mptsas_inquiry(mpt, ptgt, lun, 0, (uchar_t *)sd_inq,
13999 if ((rval == DDI_SUCCESS) && MPTSAS_VALID_LUN(sd_inq)) {
14000 rval = mptsas_create_lun(pdip, sd_inq, dip, ptgt, lun);
14005 kmem_free(sd_inq, SUN_INQSIZE);
14279 struct scsi_inquiry *sd_inq = NULL; local
14293 sd_inq = (struct scsi_inquiry *)kmem_alloc(SUN_INQSIZE, KM_SLEEP);
14294 rval = mptsas_inquiry(mpt, ptgt, 0, 0, (uchar_t *)sd_inq,
14887 mptsas_create_lun(dev_info_t *pdip, struct scsi_inquiry *sd_inq, dev_info_t **lun_dip, mptsas_target_t *ptgt, int lun) argument
[all...]

Completed in 145 milliseconds