Searched refs:MTOFFL (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/mt/ |
H A D | mt.c | 68 { "offline", MTOFFL, O_RDONLY, 0 }, 69 { "rewoffl", MTOFFL, O_RDONLY, 0 },
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mtio.h | 82 #define MTOFFL 6 /* rewind and put the drive offline */ macro
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | dumptape.c | 1225 (void) rmtioctl(MTOFFL, 0); in close_rewind() 1229 static struct mtop offl = { MTOFFL, 0 }; in close_rewind()
|
/titanic_41/usr/src/cmd/backup/restore/ |
H A D | tape.c | 1692 static struct mtop mtop = { MTOFFL, 0 }; in closemt() 1700 (void) rmtioctl(MTOFFL, 1); in closemt()
|
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tape.c | 394 tapeop.mt_op = MTOFFL; in ndmpd_tape_mtio_v2()
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 5762 case MTOFFL: in st_do_mtioctop() 5885 case MTOFFL: in st_do_mtioctop()
|