Home
last modified time | relevance | path

Searched refs:DVD_MINUS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.c852 device_type = DVD_MINUS; in get_media_type()
866 device_type = DVD_MINUS; in get_media_type()
873 device_type = DVD_MINUS; in get_media_type()
879 device_type = DVD_MINUS; in get_media_type()
928 case DVD_MINUS: in cdrw_bandwidth_to_x()
944 case DVD_MINUS: in cdrw_x_to_bandwidth()
H A Dmain.h63 #define DVD_MINUS 2 /* DVD-RW/DVD-R */ macro
H A Dmisc_scsi.c637 if (device_type == DVD_MINUS) { in finalize()
774 if (device_type == DVD_MINUS) in eject_media()
1055 if (device_type == DVD_MINUS) { in write_init()
1147 if (device_type == DVD_MINUS) { in write_fini()
H A Dwrite_image.c149 if (device_type == DVD_MINUS) { in write_image()
H A Dcopycd.c442 if ((device_type == DVD_MINUS) || in copy_cd()