Searched refs:MTIOCTOP (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/tcopy/ |
H A D | tcopy.c | 116 if (ioctl(inp, MTIOCTOP, (char *)&op) < 0) { 165 if (ioctl(outp, MTIOCTOP, (char *)&op) < 0) {
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumptape.c | 1165 (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_50/usr/src/uts/common/sys/ |
H A D | mtio.h | 295 #define MTIOCTOP (MTIOC|1) /* do a mag tape op */ macro
|
/titanic_50/usr/src/cmd/rmt/ |
H A D | rmt.c | 269 rval = (offset_t)ioctl(tape, MTIOCTOP, in main()
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | tape.c | 693 retval = ioctl(mt, (int)MTIOCTOP, (char *)&tcom); in setdumpnum() 1716 (void) ioctl(mt, MTIOCTOP, &mtop); in closemt()
|
/titanic_50/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tape.c | 415 rc = ioctl(session->ns_tape.td_fd, MTIOCTOP, &tapeop); in ndmpd_tape_mtio_v2()
|
H A D | ndmpd_util.c | 887 if (ioctl(fd, MTIOCTOP, &mp) < 0) { in ndmp_mtioctl()
|
/titanic_50/usr/src/cmd/tar/ |
H A D | tar.c | 5295 if (ioctl(mt, MTIOCTOP, &mtcmd) < 0) { in backtape()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 5405 case MTIOCTOP: in st_ioctl()
|