Home
last modified time | relevance | path

Searched refs:MTIOCTOP (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/tcopy/
H A Dtcopy.c116 if (ioctl(inp, MTIOCTOP, (char *)&op) < 0) {
165 if (ioctl(outp, MTIOCTOP, (char *)&op) < 0) {
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumptape.c1165 (void) ioctl(to, MTIOCTOP, &bsr); in just_rewind()
1166 if (ioctl(to, MTIOCTOP, &eom) < 0) in just_rewind()
1167 (void) ioctl(to, MTIOCTOP, &fsf); in just_rewind()
1231 (void) ioctl(to, MTIOCTOP, &offl); in close_rewind()
1568 if (ioctl(to, MTIOCTOP, &bsf) >= 0) in otape()
1569 (void) ioctl(to, MTIOCTOP, &fsf); in otape()
1571 (void) ioctl(to, MTIOCTOP, &nbsf); in otape()
2439 ioctl(to, MTIOCTOP, &rew) >= 0 && in positiontape()
2443 if (ioctl(to, MTIOCTOP, &fsf) < 0) { in positiontape()
/titanic_41/usr/src/uts/common/sys/
H A Dmtio.h295 #define MTIOCTOP (MTIOC|1) /* do a mag tape op */ macro
/titanic_41/usr/src/cmd/rmt/
H A Drmt.c269 rval = (offset_t)ioctl(tape, MTIOCTOP, in main()
/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c693 retval = ioctl(mt, (int)MTIOCTOP, (char *)&tcom); in setdumpnum()
1716 (void) ioctl(mt, MTIOCTOP, &mtop); in closemt()
/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tape.c415 rc = ioctl(session->ns_tape.td_fd, MTIOCTOP, &tapeop); in ndmpd_tape_mtio_v2()
H A Dndmpd_util.c887 if (ioctl(fd, MTIOCTOP, &mp) < 0) { in ndmp_mtioctl()
/titanic_41/usr/src/cmd/tar/
H A Dtar.c5251 if (ioctl(mt, MTIOCTOP, &mtcmd) < 0) { in backtape()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c5405 case MTIOCTOP: in st_ioctl()