/titanic_50/usr/src/uts/i86pc/i86hvm/io/ |
H A D | pv_sd.c | 175 dtype = DTYPE_RODIRECT; in xdfs_c_attach()
|
H A D | xdf_shell.c | 317 xsp->xdfss_tgt_is_cd ? DTYPE_RODIRECT : DTYPE_DIRECT, in xdfs_cmlb_attach()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | cmlb_impl.h | 82 #define ISCD(cl) (cl->cl_device_type == DTYPE_RODIRECT)
|
/titanic_50/usr/src/uts/common/sys/scsi/generic/ |
H A D | inquiry.h | 283 #define DTYPE_RODIRECT 0x05 macro
|
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 77 { DTYPE_RODIRECT, DDI_NT_CD_CHAN, "CD-ROM", "CD-ROM-path"}, 78 { DTYPE_RODIRECT, DDI_NT_CD, "CD-ROM", "CD-ROM-path"},
|
/titanic_50/usr/src/cmd/fcinfo/ |
H A D | printAttrs.c | 377 case DTYPE_RODIRECT: in getDTypeString()
|
/titanic_50/usr/src/cmd/sasinfo/ |
H A D | printAttrs.c | 111 DTYPE_RODIRECT, "CD/DVD Device",
|
/titanic_50/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_common.h | 211 DTYPE_RODIRECT)
|
H A D | atapi.c | 572 case DTYPE_RODIRECT: in atapi_tran_getcap()
|
/titanic_50/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | hba.c | 2050 case DTYPE_RODIRECT: in scsa1394_cmd_fill_cdb() 2100 if ((lp->l_dtype_orig == DTYPE_RODIRECT) && in scsa1394_cmd_fill_cdb_rbc() 2543 if (lp->l_dtype_orig != DTYPE_RODIRECT) { in scsa1394_cmd_status_wrka()
|
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 135 { DTYPE_RODIRECT, DDI_NT_CD_CHAN, "CD-ROM"}, 136 { DTYPE_RODIRECT, DDI_NT_CD, "CD-ROM"},
|
/titanic_50/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 1817 case DTYPE_RODIRECT: in scsa2usb_create_luns() 3125 } else if ((inq->inq_dtype == DTYPE_RODIRECT) || in scsa2usb_check_bulkonly_blacklist_attrs() 3363 case DTYPE_RODIRECT: in scsa2usb_handle_scsi_cmd_sub_class()
|
/titanic_50/usr/src/uts/intel/io/dktp/dcdev/ |
H A D | dadk.c | 390 case DTYPE_RODIRECT: /* eg cdrom */ in dadk_probe()
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xdb.c | 1291 INQUIRY_DEVICE_TYPE, DTYPE_DIRECT) == DTYPE_RODIRECT) in xdb_open_device()
|
H A D | xdf.c | 594 XD_IS_CD(vdp) ? DTYPE_RODIRECT : DTYPE_DIRECT, in xdf_cmlb_attach()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 2762 case DTYPE_RODIRECT: in sdprobe() 7295 case DTYPE_RODIRECT: in sd_unit_attach() 7361 case DTYPE_RODIRECT: in sd_unit_attach()
|
/titanic_50/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 3403 DTYPE_DIRECT : DTYPE_RODIRECT; /* DTYPE_UNKNOWN; */ in sata_identdev_to_inquiry() 3700 DTYPE_DIRECT : DTYPE_RODIRECT; in sata_txlt_inquiry()
|
/titanic_50/usr/src/uts/common/io/aac/ |
H A D | aac.c | 7241 if (dtype == DTYPE_RODIRECT /* CDROM */ || in aac_probe_lun()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 4299 case DTYPE_RODIRECT: in ql_inq_scan()
|
/titanic_50/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 3871 (dtype_device == DTYPE_RODIRECT) || in scsi_hba_ident_nodename_compatible_get()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 15298 if (sd_inq && (sd_inq->inq_dtype == DTYPE_RODIRECT || in mptsas_create_lun()
|