Home
last modified time | relevance | path

Searched refs:TCGETS (Results 1 – 13 of 13) sorted by relevance

/external/strace/tests/
Dioctl.c65 (void) ioctl(-1, TCGETS, &tty); in main()
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h19 #define TCGETS 0x5401 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h23 #define TCGETS 0x540d macro
/external/strace/
Dterm.c171 case TCGETS: in term_ioctl()
DChangeLog-CVS4202 ioctls (TCGETS & SNDCTL_TMR_TIMEBASE, etc.).
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc155 return Switch(request).CASES((TCGETS, FIONREAD), Allow()).Default( in RestrictIoctl()
/external/valgrind/memcheck/tests/solaris/
Dscalar_ioctl.c80 SY(SYS_ioctl, x0 - 1, x0 + TCGETS, x0); FAIL; in sys_ioctl_TCGETS()
Dscalar_ioctl.stderr.exp118 54: SYS_ioctl (TCGETS) 3s 1m
129 Syscall param ioctl(TCGETS) points to unaddressable byte(s)
Dscalar.c1687 SY(SYS_ioctl, x0, x0 + TCGETS, x0); FAIL; in main()
Dscalar.stderr.exp963 Syscall param ioctl(TCGETS) points to unaddressable byte(s)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc692 unsigned IOCTL_TCGETS = TCGETS;
Dsanitizer_common_interceptors_ioctl.inc328 _(TCGETS, WRITE, struct_termios_sz);
/external/valgrind/include/vki/
Dvki-solaris.h1242 #define VKI_TCGETS TCGETS