Searched defs:dtype (Results 51 - 56 of 56) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c4176 uint8_t dtype; local
4259 dtype = pd_addr->scsi_dev_type;
4261 " MR_EVT_PD_REMOVED_EXT: dtype = %x,"
4262 " arg_type = %d ", dtype, evt_detail->arg_type));
7671 int dtype = sd->sd_inq->inq_dtype & DTYPE_MASK; local
7675 scsi_hba_nodename_compatible_get(sd->sd_inq, NULL, dtype,
7685 childname = (dtype == DTYPE_DIRECT) ? "sd" : nodename;
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c7144 int dtype = sd->sd_inq->inq_dtype & DTYPE_MASK; local
7149 scsi_hba_nodename_compatible_get(sd->sd_inq, NULL, dtype,
7157 childname = (softs->legacy && dtype == DTYPE_DIRECT) ? "sd" : nodename;
7227 int dtype; local
7233 dtype = sd->sd_inq->inq_dtype & DTYPE_MASK;
7234 qual = dtype >> 5;
7237 "Phys. device found: tgt %d dtype %d: %s",
7238 tgt, dtype, sd->sd_inq->inq_vid);
7241 if (dtype == DTYPE_RODIRECT /* CDROM */ ||
7242 dtype
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c6494 * dtype - return the driver type of the device
6501 vd_identify_dev(vd_t *vd, int *dtype) argument
6557 *dtype = drv_type;
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c7063 "INQUIRY_PAGE83 for d_id %x (dtype:0x%x) failed with "
7259 "dtype=0x%x, lun num=%x",
7441 uchar_t dtype; local
7454 dtype = plun->lun_inq.inq_dtype & DTYPE_MASK;
7460 "dtype=0x%x pqual: 0x%x", pptr->port_instance, ptgt->tgt_d_id,
7461 plun->lun_num, dtype, pqual);
7470 ptgt->tgt_d_id, plun->lun_num, dtype, pqual);
7476 ptgt->tgt_d_id, plun->lun_num, dtype, pqual);
7487 * If the device is already initialized, check the dtype
7492 if ((plun->lun_state & FCP_LUN_INIT) && dtype !
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c3700 * scsiclass dtype and higher-precedence driver nodename
3712 * the correct dtype.
3727 /* # mapping to generic nodenames based on scsi dtype */
3804 * mapping nodenames for mpt based on scsi dtype
5091 int dtype; local
5125 dtype = inq->inq_dtype & DTYPE_MASK; /* device */
5131 dtype_node = dtype; /* node for device */
5133 lunexists = (dtype != dtype_node) || /* override */
5136 if (dtype == DTYPE_UNKNOWN)
5140 "@%s dtype
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c5688 char dtype[OBP_MAXPROPNAME]; local
5696 if ((rv != DDI_PROP_SUCCESS) || (len > sizeof (dtype)))
5700 (caddr_t)dtype, &len) == DDI_PROP_SUCCESS) {
5702 if (strncmp(dtype, "pci", 3) == 0) {

Completed in 146 milliseconds

123