Searched refs:MT_NOREWIND (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | mtio.h | 341 #define MT_NOREWIND (1 <<2) macro
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 278 {"n", MT_NOREWIND}, 280 {"bn", MT_NOREWIND | MT_BSD}, 286 {"ln", MT_DENSITY1 | MT_NOREWIND}, 287 {"mn", MT_DENSITY2 | MT_NOREWIND}, 288 {"hn", MT_DENSITY3 | MT_NOREWIND}, 289 {"cn", MT_DENSITY4 | MT_NOREWIND}, 290 {"un", MT_DENSITY4 | MT_NOREWIND}, 296 {"lbn", MT_DENSITY1 | MT_NOREWIND | MT_BSD}, 297 {"mbn", MT_DENSITY2 | MT_NOREWIND | MT_BSD}, 298 {"hbn", MT_DENSITY3 | MT_NOREWIND | MT_BSD}, [all …]
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | dumptape.c | 1107 (unit & MT_NOREWIND)) in isrewind() 1119 rewind = minor(sbuf.st_rdev) & MT_NOREWIND ? 0 : 1; in isrewind()
|