Searched refs:T_CDROM (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/netbsd-tests/dev/scsipi/libscsitest/ |
H A D | scsitest.c | 124 inqbuf->device = T_CDROM; in scsitest_request()
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_backend_ramdisk.c | 1170 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 D | ctl_backend_block.c | 2266 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 D | ctl.c | 4089 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 D | scsi_cd.c | 217 { 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 D | scsi_all.c | 127 #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 D | scsi_xpt.c | 401 { T_CDROM, SIP_MEDIA_REMOVABLE, sony, "CD-ROM CDU*", "*" },
|
H A D | scsi_all.h | 2179 #define T_CDROM 0x05 macro
|
/freebsd/sys/dev/hyperv/storvsc/ |
H A D | hv_storvsc_drv_freebsd.c | 2355 if (SID_TYPE(inq_data) == T_CDROM && in storvsc_io_done()
|
/freebsd/usr.sbin/camdd/ |
H A D | camdd.c | 1490 case T_CDROM: in camdd_probe_pass()
|