Home
last modified time | relevance | path

Searched refs:ST_MODE_SEL_COMP (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst_conf.c450 ST_MODE_SEL_COMP, /* 10000 [Note 4] */
581 ST_MODE_SEL_COMP, /* 10000 [Note 1] */
1087 ST_MODE_SEL_COMP, /* 10000 Mode select compression */
1121 ST_MODE_SEL_COMP | /* 10000 Mode select compression */
1162 ST_MODE_SEL_COMP | /* 0010000 Mode select compression */
1203 ST_MODE_SEL_COMP | /* 0010000 Mode select compression */
1244 ST_MODE_SEL_COMP, /* 10000 Mode select compression */
1283 ST_MODE_SEL_COMP, /* 10000 Mode select compression */
1401 ST_MODE_SEL_COMP, /* 10000 Uses Mode select Compress */
1443 ST_MODE_SEL_COMP | /* 0010000 Uses Mode select Compress */
[all …]
H A Dst.c2313 un->un_dp->options |= ST_MODE_SEL_COMP | ST_UNLOADABLE; in st_get_conf_from_tape_drive()
2320 un->un_dp->options &= ~ST_MODE_SEL_COMP; in st_get_conf_from_tape_drive()
2329 tem_dp->options |= ST_MODE_SEL_COMP; in st_get_conf_from_tape_drive()
2776 dp->options |= (ST_DYNAMIC | ST_UNLOADABLE | ST_MODE_SEL_COMP); in st_get_default_conf()
7402 } else if ((un->un_dp->options & ST_MODE_SEL_COMP) != 0) { in st_set_density()
7917 if ((un->un_dp->options & ST_MODE_SEL_COMP) == 0) { in st_set_compression()
7987 un->un_dp->options &= ~ST_MODE_SEL_COMP; in st_set_compression()
8164 if (un->un_dp->options & ST_MODE_SEL_COMP) { in st_modesense()
8179 un->un_dp->options &= ~ST_MODE_SEL_COMP; in st_modesense()
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h196 #define ST_MODE_SEL_COMP 0x10000 /* use mode select of device */ macro
263 ST_NO_RECSIZE_LIMIT | ST_MODE_SEL_COMP | ST_NO_RESERVE_RELEASE |\