OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mtget
(Results
51 - 55
of
55
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mtio.h
82
struct
mtget
struct
199
#define MTIOCGET _IOR('m', 2, struct
mtget
) /* Get tape status. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mtio.h
82
struct
mtget
struct
199
#define MTIOCGET _IOR('m', 2, struct
mtget
) /* Get tape status. */
/external/kernel-headers/original/linux/
mtio.h
70
struct
mtget
{
struct
259
#define MTIOCGET _IOR('m', 2, struct
mtget
) /* get tape status */
/external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc
241
unsigned struct_mtget_sz = sizeof(struct
mtget
);
[
all
...]
/system/core/toolbox/
dd.c
250
// struct
mtget
mt;
Completed in 1171 milliseconds
1
2
3