Symbol: DTYPE_RODIRECT
usr/src/cmd/fcinfo/printAttrs.c
382
case DTYPE_RODIRECT:
usr/src/cmd/sasinfo/printAttrs.c
112
DTYPE_RODIRECT, "CD/DVD Device",
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
135
{ DTYPE_RODIRECT, DDI_NT_CD_CHAN, "CD-ROM"},
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
136
{ DTYPE_RODIRECT, DDI_NT_CD, "CD-ROM"},
usr/src/lib/cfgadm_plugins/scsi/common/cfga_list.c
77
{ DTYPE_RODIRECT, DDI_NT_CD_CHAN, "CD-ROM", "CD-ROM-path"},
usr/src/lib/cfgadm_plugins/scsi/common/cfga_list.c
78
{ DTYPE_RODIRECT, DDI_NT_CD, "CD-ROM", "CD-ROM-path"},
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
2049
case DTYPE_RODIRECT:
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
2099
if ((lp->l_dtype_orig == DTYPE_RODIRECT) &&
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
2543
if (lp->l_dtype_orig != DTYPE_RODIRECT) {
usr/src/uts/common/io/aac/aac.c
7247
if (dtype == DTYPE_RODIRECT /* CDROM */ ||
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4416
case DTYPE_RODIRECT:
usr/src/uts/common/io/sata/impl/sata.c
3622
DTYPE_DIRECT : DTYPE_RODIRECT; /* DTYPE_UNKNOWN; */
usr/src/uts/common/io/sata/impl/sata.c
3930
DTYPE_DIRECT : DTYPE_RODIRECT;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
15340
if (sd_inq && (sd_inq->inq_dtype == DTYPE_RODIRECT ||
usr/src/uts/common/io/scsi/impl/scsi_hba.c
3876
(dtype_device == DTYPE_RODIRECT) ||
usr/src/uts/common/io/scsi/targets/sd.c
2270
case DTYPE_RODIRECT:
usr/src/uts/common/io/scsi/targets/sd.c
6758
case DTYPE_RODIRECT:
usr/src/uts/common/io/scsi/targets/sd.c
6822
case DTYPE_RODIRECT:
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
1822
case DTYPE_RODIRECT:
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
3119
} else if ((inq->inq_dtype == DTYPE_RODIRECT) ||
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
3359
case DTYPE_RODIRECT:
usr/src/uts/common/sys/cmlb_impl.h
86
#define ISCD(cl) (cl->cl_device_type == DTYPE_RODIRECT)
usr/src/uts/common/xen/io/xdb.c
1291
INQUIRY_DEVICE_TYPE, DTYPE_DIRECT) == DTYPE_RODIRECT)
usr/src/uts/common/xen/io/xdf.c
607
XD_IS_CD(vdp) ? DTYPE_RODIRECT : DTYPE_DIRECT,
usr/src/uts/intel/io/dktp/controller/ata/ata_common.h
211
DTYPE_RODIRECT)
usr/src/uts/intel/io/dktp/controller/ata/atapi.c
572
case DTYPE_RODIRECT:
usr/src/uts/intel/io/dktp/dcdev/dadk.c
390
case DTYPE_RODIRECT: /* eg cdrom */