Searched refs:TCGETS (Results 1 – 13 of 13) sorted by relevance
/external/strace/tests/ |
D | ioctl.c | 65 (void) ioctl(-1, TCGETS, &tty); in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 19 #define TCGETS 0x5401 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 23 #define TCGETS 0x540d macro
|
/external/strace/ |
D | term.c | 171 case TCGETS: in term_ioctl()
|
D | ChangeLog-CVS | 4202 ioctls (TCGETS & SNDCTL_TMR_TIMEBASE, etc.).
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 155 return Switch(request).CASES((TCGETS, FIONREAD), Allow()).Default( in RestrictIoctl()
|
/external/valgrind/memcheck/tests/solaris/ |
D | scalar_ioctl.c | 80 SY(SYS_ioctl, x0 - 1, x0 + TCGETS, x0); FAIL; in sys_ioctl_TCGETS()
|
D | scalar_ioctl.stderr.exp | 118 54: SYS_ioctl (TCGETS) 3s 1m 129 Syscall param ioctl(TCGETS) points to unaddressable byte(s)
|
D | scalar.c | 1687 SY(SYS_ioctl, x0, x0 + TCGETS, x0); FAIL; in main()
|
D | scalar.stderr.exp | 963 Syscall param ioctl(TCGETS) points to unaddressable byte(s)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 692 unsigned IOCTL_TCGETS = TCGETS;
|
D | sanitizer_common_interceptors_ioctl.inc | 328 _(TCGETS, WRITE, struct_termios_sz);
|
/external/valgrind/include/vki/ |
D | vki-solaris.h | 1242 #define VKI_TCGETS TCGETS
|