Searched refs:ST_WORMABLE (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | st_conf.c | 1122 ST_WORMABLE, /* 1000000 Drive is WORM capable */ 1163 ST_WORMABLE, /* 1000000 Drive is WORM capable */ 1204 ST_WORMABLE, /* 1000000 Drive is WORM capable */ 1444 ST_WORMABLE, /* 1000000 Is capable of WORM */ 1708 ST_WORMABLE, /* 1000000 Supports WORM */ 1978 ST_WORMABLE, /* 1000000 Supports WORM */ 2026 ST_WORMABLE, /* 1000000 Supports WORM */ 2073 ST_WORMABLE, /* 1000000 Supports WORM */ 2117 ST_WORMABLE, /* 1000000 Supports WORM */ 2160 ST_WORMABLE, /* 1000000 Supports WORM */ [all …]
|
H A D | st.c | 2402 tem_dp->options |= ST_WORMABLE; in st_get_conf_from_tape_drive() 3262 (un->un_dp->options & ST_WORMABLE)) { in st_tape_init() 3274 if (un->un_dp->options & ST_WORMABLE && in st_tape_init() 13912 un->un_dp->options &= ~ST_WORMABLE; in st_is_hp_dat_worm() 14006 un->un_dp->options &= ~ST_WORMABLE; in st_is_hp_lto_worm() 14067 un->un_dp->options &= ~ST_WORMABLE; in st_is_t10_worm() 14175 un->un_dp->options &= ~ST_WORMABLE; in st_is_dlt_tape_worm() 14218 un->un_dp->options &= ~ST_WORMABLE; in st_is_dlt_worm() 14320 un->un_dp->options &= ~ST_WORMABLE; in st_is_sony_worm() 14392 un->un_dp->options &= ~ST_WORMABLE; in st_is_drive_worm()
|
/titanic_41/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 239 #define ST_WORMABLE 0x1000000 macro 266 ST_WORMABLE | ST_CLN_TYPE_1 | ST_CLN_TYPE_2 | ST_CLN_TYPE_3)
|