Searched refs:MTIOCTOP (Results 1 – 19 of 19) sorted by relevance
| /openbsd/src/bin/pax/ |
| D | ar_io.c | 746 if (ioctl(arfd, MTIOCTOP, &mb) == -1) in ar_rdsync() 960 if (ioctl(arfd, MTIOCTOP, &mb) == -1) { in ar_rev() 1015 if (ioctl(arfd, MTIOCTOP, &mb) == -1) { in get_phys() 1026 if (ioctl(arfd, MTIOCTOP, &mb) == -1) { in get_phys() 1047 if (ioctl(arfd, MTIOCTOP, &mb) == -1) { in get_phys() 1078 if (ioctl(arfd, MTIOCTOP, &mb) == -1) { in get_phys()
|
| /openbsd/src/bin/dd/ |
| D | position.c | 137 if (ioctl(out.fd, MTIOCTOP, &t_op) == -1) in pos_out() 157 if (ioctl(out.fd, MTIOCTOP, &t_op) == -1) in pos_out()
|
| /openbsd/src/sys/sys/ |
| D | mtio.h | 117 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */ macro
|
| /openbsd/src/bin/mt/ |
| D | mt.c | 113 return ioctl(fd, MTIOCTOP, cmd); in _rmtmtioctop()
|
| /openbsd/src/usr.sbin/rmt/ |
| D | rmt.c | 255 if (ioctl(tape, MTIOCTOP, (char *)&mtop) == -1) in main()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_platform_limits_solaris.cpp | 185 unsigned IOCTL_MTIOCTOP = MTIOCTOP;
|
| D | sanitizer_platform_limits_freebsd.cpp | 263 unsigned IOCTL_MTIOCTOP = MTIOCTOP;
|
| D | sanitizer_platform_limits_posix.cpp | 779 unsigned IOCTL_MTIOCTOP = MTIOCTOP;
|
| D | sanitizer_common_interceptors_ioctl.inc | 214 _(MTIOCTOP, READ, struct_mtop_sz);
|
| D | sanitizer_platform_limits_netbsd.cpp | 2187 unsigned IOCTL_MTIOCTOP = MTIOCTOP;
|
| D | sanitizer_interceptors_ioctl_netbsd.inc | 1106 _(MTIOCTOP, READ, struct_mtop_sz);
|
| /openbsd/src/bin/chio/ |
| D | chio.c | 693 if (ioctl(mtfd, MTIOCTOP, &mtoffl) == -1) in check_source_drive()
|
| /openbsd/src/sys/scsi/ |
| D | cd.c | 765 case MTIOCTOP: in cdioctl() 1043 case MTIOCTOP: in cdioctl()
|
| D | sd.c | 927 case MTIOCTOP: in sdioctl()
|
| D | st.c | 1116 case MTIOCTOP: { in stioctl()
|
| /openbsd/src/sys/dev/isa/ |
| D | fd.c | 1005 case MTIOCTOP: in fdioctl()
|
| /openbsd/src/sys/kern/ |
| D | kern_pledge.c | 1107 case MTIOCTOP: in pledge_ioctl()
|
| /openbsd/src/sbin/restore/ |
| D | tape.c | 493 if (ioctl(mt, MTIOCTOP, (char *)&tcom) == -1) in setdumpnum()
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | fd.c | 1827 case MTIOCTOP: in fdioctl()
|