Searched refs:MTIOCTOP (Results 1 – 9 of 9) sorted by relevance
| /illumos-gate/usr/src/cmd/tcopy/ |
| H A D | tcopy.c | 113 if (ioctl(inp, MTIOCTOP, (char *)&op) < 0) { in main() 162 if (ioctl(outp, MTIOCTOP, (char *)&op) < 0) { in main()
|
| /illumos-gate/usr/src/cmd/backup/dump/ |
| H A D | dumptape.c | 1103 (void) ioctl(to, MTIOCTOP, &bsr); in just_rewind() 1104 if (ioctl(to, MTIOCTOP, &eom) < 0) in just_rewind() 1105 (void) ioctl(to, MTIOCTOP, &fsf); in just_rewind() 1161 (void) ioctl(to, MTIOCTOP, &offl); in close_rewind() 1494 if (ioctl(to, MTIOCTOP, &bsf) >= 0) in otape() 1495 (void) ioctl(to, MTIOCTOP, &fsf); in otape() 1497 (void) ioctl(to, MTIOCTOP, &nbsf); in otape() 2345 ioctl(to, MTIOCTOP, &rew) >= 0 && in positiontape() 2349 if (ioctl(to, MTIOCTOP, &fsf) < 0) { in positiontape()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | mtio.h | 293 #define MTIOCTOP (MTIOC|1) /* do a mag tape op */ macro
|
| /illumos-gate/usr/src/cmd/rmt/ |
| H A D | rmt.c | 267 rval = (offset_t)ioctl(tape, MTIOCTOP, in main()
|
| /illumos-gate/usr/src/cmd/backup/restore/ |
| H A D | tape.c | 694 retval = ioctl(mt, (int)MTIOCTOP, (char *)&tcom); in setdumpnum() 1713 (void) ioctl(mt, MTIOCTOP, &mtop); in closemt()
|
| /illumos-gate/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()
|
| /illumos-gate/usr/src/cmd/tar/ |
| H A D | tar.c | 5298 if (ioctl(mt, MTIOCTOP, &mtcmd) < 0) { in backtape()
|
| /illumos-gate/usr/src/uts/common/io/scsi/targets/ |
| H A D | st.c | 5405 case MTIOCTOP: in st_ioctl()
|