Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst_conf.c257 ST_REEL | /* 00004 1/2-inch reel tape device */
795 ST_REEL | /* 00004 1/2-inch reel tape device */
1324 ST_REEL | /* 00004 1/2-inch reel tape device */
1363 ST_REEL | /* 00004 1/2-inch reel tape device */
H A Dst.c3296 if (un->un_dp->options & ST_REEL) { in st_tape_init()
3448 if ((un->un_dp->options & ST_REEL) && in st_close()
3575 if ((un->un_dp->options & ST_REEL) && in st_close()
4567 (un->un_dp->options & ST_REEL)) { in st_space_fmks()
4699 (un->un_dp->options & ST_REEL)) { in st_find_eod()
5004 if (un->un_dp->options & ST_REEL) { in st_ioctl()
5458 if (!(un->un_dp->options & ST_REEL)) { in st_ioctl()
5787 if (un->un_dp->options & ST_REEL) { in st_do_mtioctop()
5803 if (un->un_dp->options & ST_REEL) { in st_do_mtioctop()
6036 if (un->un_dp->options & ST_REEL) { in st_do_mtioctop()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h119 #define ST_REEL 0x004 /* 1/2-inch reel tape device */ macro
260 #define ST_VALID_OPTS (ST_VARIABLE | ST_QIC | ST_REEL | ST_BSF | ST_BSR |\