Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst_conf.c290 ST_QIC | /* 00002 QIC tape device */
482 ST_QIC | /* 0x002 QIC tape device */
528 ST_QIC | /* 00002 QIC tape device */
690 ST_QIC | /* 00002 QIC tape device */
758 ST_QIC | /* 00002 QIC tape device */
1745 ST_QIC | /* 00002 QIC tape device */
2530 ST_QIC | /* 00002 QIC tape device */
2570 ST_QIC | /* 00002 QIC tape device */
2606 ST_QIC | /* 00002 QIC tape device */
2640 ST_QIC | /* 00002 QIC tape device */
[all …]
H A Dst.c4248 (un->un_test_append && (un->un_dp->options & ST_QIC))) { in st_queued_strategy()
4259 (un->un_dp->options & ST_QIC) ? 1 : 0, in st_queued_strategy()
4266 (un->un_dp->options & ST_QIC)) { in st_queued_strategy()
7075 un->un_dp->options |= (ST_AUTODEN_OVERRIDE|ST_QIC); in st_determine_generic()
7102 un->un_dp->options |= ST_QIC; in st_determine_generic()
7119 un->un_dp->options |= ST_QIC; in st_determine_generic()
11402 if (un->un_dp && (un->un_dp->options & ST_QIC) && un->un_mspl) { in st_wrongtapetype()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h118 #define ST_QIC 0x002 /* QIC tape device */ macro
260 #define ST_VALID_OPTS (ST_VARIABLE | ST_QIC | ST_REEL | ST_BSF | ST_BSR |\