Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst_conf.c256 ST_VARIABLE | /* 00001 Supports variable length */
326 ST_VARIABLE | /* 00001 Supports variable length */
363 ST_VARIABLE | /* 00001 Supports variable length */
404 ST_VARIABLE | /* 00001 Supports variable length */
442 ST_VARIABLE | /* 00001 Supports variable length */
481 ST_VARIABLE | /* 00001 Supports variable length */
572 ST_VARIABLE | /* 00001 Supports variable length */
615 ST_VARIABLE | /* 00001 Supports variable length */
651 ST_VARIABLE | /* 00001 Supports variable length */
724 ST_VARIABLE | /* 00001 Supports variable length */
[all …]
H A Dst.c1942 if (dp->options & ST_VARIABLE) { in st_known_tape_type()
2335 tem_dp->options |= ST_VARIABLE; in st_get_conf_from_tape_drive()
2352 tem_dp->options |= ST_VARIABLE; in st_get_conf_from_tape_drive()
2356 tem_dp->options |= ST_VARIABLE; in st_get_conf_from_tape_drive()
3096 un->un_dp->options &= ~ST_VARIABLE; in st_tape_init()
7033 un->un_dp->options |= ST_VARIABLE; in st_determine_generic()
7042 un->un_dp->options |= ST_VARIABLE; in st_determine_generic()
7048 un->un_dp->options &= ~ST_VARIABLE; in st_determine_generic()
7057 un->un_dp->options |= ST_VARIABLE; in st_determine_generic()
7189 (un->un_dp->options & ST_VARIABLE)) { in st_determine_generic()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h116 #define ST_VARIABLE 0x001 /* Device supports variable */ macro
260 #define ST_VALID_OPTS (ST_VARIABLE | ST_QIC | ST_REEL | ST_BSF | ST_BSR |\