Searched refs:un_f_dvdram_writable_device (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h402 un_f_dvdram_writable_device :1, /* DVDRAM device is writable */ member in struct:sd_lun
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c3452 un->un_f_dvdram_writable_device = FALSE;
3519 un->un_f_dvdram_writable_device = (sense_page[3] & 0x20) ? TRUE : FALSE;
3520 if (un->un_f_dvdram_writable_device == TRUE) {
3537 * If un->un_f_dvdram_writable_device is still FALSE,
3573 un->un_f_dvdram_writable_device = TRUE;
10251 if (un->un_f_dvdram_writable_device == FALSE) {
10517 un->un_f_dvdram_writable_device == TRUE) {
10519 if (un->un_f_dvdram_writable_device == TRUE) {

Completed in 99 milliseconds