Home
last modified time | relevance | path

Searched refs:T_CDROM (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/netbsd-tests/dev/scsipi/libscsitest/
H A Dscsitest.c124 inqbuf->device = T_CDROM; in scsitest_request()
/freebsd/sys/cam/ctl/
H A Dctl_backend_ramdisk.c1170 cbe_lun->lun_type == T_CDROM) { in ctl_backend_ramdisk_create()
1173 else if (cbe_lun->lun_type == T_CDROM) in ctl_backend_ramdisk_create()
H A Dctl_backend_block.c2266 else if (cbe_lun->lun_type == T_CDROM) in ctl_be_block_open_file()
2396 } else if (cbe_lun->lun_type == T_CDROM) in ctl_be_block_open_dev()
2669 cbe_lun->lun_type == T_CDROM) { in ctl_be_block_create()
2673 else if (cbe_lun->lun_type == T_CDROM) in ctl_be_block_create()
H A Dctl.c4089 if (lun->be_lun->lun_type == T_CDROM && in ctl_init_page_index()
4373 if (lun->be_lun->lun_type == T_CDROM && in ctl_init_log_page_index()
4460 case T_CDROM: in ctl_add_lun()
4619 } else if (be_lun->lun_type == T_CDROM) in ctl_add_lun()
6058 if (lun->be_lun->lun_type == T_CDROM && in ctl_do_mode_select()
6467 if (lun->be_lun->lun_type == T_CDROM && in ctl_mode_sense()
6498 if (lun->be_lun->lun_type == T_CDROM && in ctl_mode_sense()
6619 if (lun->be_lun->lun_type == T_CDROM && in ctl_mode_sense()
6674 if (lun->be_lun->lun_type == T_CDROM && in ctl_mode_sense()
10252 case T_CDROM: in ctl_inquiry_std()
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_cd.c217 { T_CDROM, SIP_MEDIA_REMOVABLE, "CHINON", "CD-ROM CDS-535","*"},
225 {T_CDROM, SIP_MEDIA_REMOVABLE, "NECVMWar", "VMware IDE CDR10", "*"},
432 if (SID_TYPE(&cgd->inq_data) != T_CDROM in cdasync()
1300 } else if (SID_TYPE(&cgd.inq_data) == T_CDROM) { in cddone()
H A Dscsi_all.c127 #define R (1 << T_CDROM)
156 {T_CDROM, SIP_MEDIA_REMOVABLE, "PLEXTOR", "CD-ROM PX*", "*"},
5495 case T_CDROM: in scsi_print_inquiry_sbuf()
H A Dscsi_xpt.c401 { T_CDROM, SIP_MEDIA_REMOVABLE, sony, "CD-ROM CDU*", "*" },
H A Dscsi_all.h2179 #define T_CDROM 0x05 macro
/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c2355 if (SID_TYPE(inq_data) == T_CDROM && in storvsc_io_done()
/freebsd/usr.sbin/camdd/
H A Dcamdd.c1490 case T_CDROM: in camdd_probe_pass()