OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MTIOCGET
(Results
1 - 20
of
20
) sorted by relevancy
/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/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
;
sanitizer_platform_limits_netbsd.cc
2025
unsigned IOCTL_MTIOCGET =
MTIOCGET
;
sanitizer_interceptors_ioctl_netbsd.inc
1108
_(
MTIOCGET
, WRITE, struct_mtget_sz);
/src/sys/dev/mscp/
mscp_tape.c
435
case
MTIOCGET
:
/src/lib/librmt/
rmtlib.c
518
if (op !=
MTIOCGET
) {
/src/sys/dev/gpib/
ct.c
886
case
MTIOCGET
:
mt.c
1013
case
MTIOCGET
:
/src/sys/dev/qbus/
ts.c
1021
case
MTIOCGET
: /* get tape status */
/src/sys/dev/isa/
wt.c
501
* ioctl(int fd,
MTIOCGET
, struct mtget *buf) -- get status
545
case
MTIOCGET
:
/src/sys/arch/hp300/dev/
mt.c
976
case
MTIOCGET
:
ct.c
929
case
MTIOCGET
:
/src/bin/pax/
ar_io.c
229
artyp = ioctl(arfd,
MTIOCGET
, &mb) ? ISCHR : ISTAPE;
/src/sys/dev/scsipi/
st.c
1468
case
MTIOCGET
: {
Completed in 29 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025