Home
last modified time | relevance | path

Searched refs:MTOFFL (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/mt/
H A Dmt.c68 { "offline", MTOFFL, O_RDONLY, 0 },
69 { "rewoffl", MTOFFL, O_RDONLY, 0 },
/titanic_44/usr/src/uts/common/sys/
H A Dmtio.h82 #define MTOFFL 6 /* rewind and put the drive offline */ macro
/titanic_44/usr/src/cmd/backup/dump/
H A Ddumptape.c1225 (void) rmtioctl(MTOFFL, 0); in close_rewind()
1229 static struct mtop offl = { MTOFFL, 0 }; in close_rewind()
/titanic_44/usr/src/cmd/backup/restore/
H A Dtape.c1692 static struct mtop mtop = { MTOFFL, 0 }; in closemt()
1700 (void) rmtioctl(MTOFFL, 1); in closemt()
/titanic_44/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tape.c394 tapeop.mt_op = MTOFFL; in ndmpd_tape_mtio_v2()
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dst.c5762 case MTOFFL: in st_do_mtioctop()
5885 case MTOFFL: in st_do_mtioctop()