Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dst_conf.c258 ST_BSF | /* 00008 Supports SPACE block fwd */
327 ST_BSF | /* 00008 Supports SPACE block fwd */
364 ST_BSF | /* 00008 Supports SPACE block fwd */
405 ST_BSF | /* 00008 Supports SPACE block fwd */
443 ST_BSF | /* 00008 Supports SPACE block fwd */
483 ST_BSF | /* 00008 Supports SPACE block fwd */
573 ST_BSF | /* 00008 Supports SPACE block fwd */
616 ST_BSF | /* 00008 Supports SPACE block fwd */
652 ST_BSF | /* 00008 Supports SPACE block fwd */
725 ST_BSF | /* 00008 Supports SPACE block fwd */
[all …]
H A Dst.c2407 tem_dp->options |= ST_BSF | ST_BSR | ST_KNOWS_EOD | ST_UNLOADABLE; in st_get_conf_from_tape_drive()
7168 (ST_LONG_ERASE | ST_UNLOADABLE | ST_BSF | ST_BSR | ST_KNOWS_EOD); in st_determine_generic()
15365 } else if (un->un_dp->options & ST_BSF) { in st_forward_space_files()
15683 if ((un->un_dp->options & ST_BSF) == 0) { in st_mtbsf_ioctl()
15778 if ((un->un_dp->options & ST_BSF) == 0) { in st_backward_space_files()
15841 if (un->un_dp->options & ST_BSF) { in st_backward_space_files()
15883 if ((un->un_dp->options & ST_BSF) == 0) { in st_backward_space_files()
/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h120 #define ST_BSF 0x008 /* Device supports backspace */ macro
260 #define ST_VALID_OPTS (ST_VARIABLE | ST_QIC | ST_REEL | ST_BSF | ST_BSR |\