| /src/sys/sys/ |
| mtio.h | 69 /* structure for MTIOCGET - mag tape get status command */ 133 * The action of a MTIOCGET command clears mt_dsreg, mt_erreg, and mt_resid 138 #define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */
|
| /src/bin/mt/ |
| mt.c | 101 { CMD("status"), MTIOCGET, MTNOP, 1, 0 }, 202 case MTIOCGET: 203 if (ioctl(mtfd, MTIOCGET, &mt_status) < 0)
|
| /src/usr.sbin/rmt/ |
| rmt.c | 182 if (ioctl(tape, MTIOCGET, (char *)&mtget) < 0)
|
| /src/bin/dd/ |
| dd.c | 327 io->flags |= io->ops->op_ioctl(io->fd, MTIOCGET, &mt)
|
| /src/lib/librmt/ |
| rmtlib.c | 518 if (op != MTIOCGET) {
|
| /src/sys/dev/mscp/ |
| mscp_tape.c | 435 case MTIOCGET:
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_platform_limits_solaris.cc | 183 unsigned IOCTL_MTIOCGET = MTIOCGET;
|
| sanitizer_platform_limits_freebsd.cc | 241 unsigned IOCTL_MTIOCGET = MTIOCGET;
|
| sanitizer_common_interceptors_ioctl.inc | 205 _(MTIOCGET, WRITE, struct_mtget_sz);
|
| sanitizer_platform_limits_posix.cc | 714 unsigned IOCTL_MTIOCGET = MTIOCGET;
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_solaris.cpp | 184 unsigned IOCTL_MTIOCGET = MTIOCGET;
|
| sanitizer_platform_limits_freebsd.cpp | 270 unsigned IOCTL_MTIOCGET = MTIOCGET;
|
| sanitizer_common_interceptors_ioctl.inc | 212 _(MTIOCGET, WRITE, struct_mtget_sz);
|
| sanitizer_platform_limits_posix.cpp | 787 unsigned IOCTL_MTIOCGET = MTIOCGET;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_solaris.cpp | 184 unsigned IOCTL_MTIOCGET = MTIOCGET;
|
| sanitizer_platform_limits_freebsd.cpp | 258 unsigned IOCTL_MTIOCGET = MTIOCGET;
|
| sanitizer_common_interceptors_ioctl.inc | 204 _(MTIOCGET, WRITE, struct_mtget_sz);
|
| sanitizer_platform_limits_posix.cpp | 737 unsigned IOCTL_MTIOCGET = MTIOCGET;
|
| /src/bin/pax/ |
| ar_io.c | 229 artyp = ioctl(arfd, MTIOCGET, &mb) ? ISCHR : ISTAPE;
|
| /src/sys/arch/hp300/dev/ |
| ct.c | 929 case MTIOCGET:
|
| mt.c | 976 case MTIOCGET:
|
| /src/sys/dev/gpib/ |
| ct.c | 886 case MTIOCGET:
|
| mt.c | 1013 case MTIOCGET:
|
| /src/sys/dev/isa/ |
| wt.c | 501 * ioctl(int fd, MTIOCGET, struct mtget *buf) -- get status 545 case MTIOCGET:
|
| /src/sys/dev/qbus/ |
| ts.c | 1021 case MTIOCGET: /* get tape status */
|