Searched refs:MTIOCGET (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/bin/mt/ |
| D | mt.c | 101 { CMD("status"), MTIOCGET, MTNOP, 1, 0 }, 202 case MTIOCGET: in main() 203 if (ioctl(mtfd, MTIOCGET, &mt_status) < 0) in main()
|
| /netbsd/src/sys/sys/ |
| D | mtio.h | 138 #define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */ macro
|
| /netbsd/src/usr.sbin/rmt/ |
| D | rmt.c | 182 if (ioctl(tape, MTIOCGET, (char *)&mtget) < 0) in main()
|
| /netbsd/src/sys/dev/mscp/ |
| D | mscp_tape.c | 435 case MTIOCGET: in mtioctl()
|
| /netbsd/src/share/man/tools/ |
| D | sp.ignore | 1376 MTIOCGET 1765 MTIOCGET
|
| D | newsp.errs | 2695 MTIOCGET 4049 MTIOCGET
|
| /netbsd/src/lib/librmt/ |
| D | rmtlib.c | 518 if (op != MTIOCGET) { in _rmt_ioctl()
|
| /netbsd/src/bin/dd/ |
| D | dd.c | 327 io->flags |= io->ops->op_ioctl(io->fd, MTIOCGET, &mt) in getfdtype()
|
| /netbsd/src/sys/arch/hp300/dev/ |
| D | mt.c | 976 case MTIOCGET: in mtioctl()
|
| D | ct.c | 929 case MTIOCGET: in ctioctl()
|
| /netbsd/src/sys/dev/gpib/ |
| D | mt.c | 1013 case MTIOCGET: in mtioctl()
|
| D | ct.c | 886 case MTIOCGET: in ctioctl()
|
| /netbsd/src/sys/dev/qbus/ |
| D | ts.c | 1021 case MTIOCGET: /* get tape status */ in tsioctl()
|
| /netbsd/src/bin/pax/ |
| D | ar_io.c | 229 artyp = ioctl(arfd, MTIOCGET, &mb) ? ISCHR : ISTAPE; in ar_open()
|
| /netbsd/src/sys/dev/isa/ |
| D | wt.c | 545 case MTIOCGET: in wtioctl()
|
| /netbsd/src/sys/dev/scsipi/ |
| D | st.c | 1468 case MTIOCGET: { in stioctl()
|