Searched refs:TCFLSH (Results 1 – 11 of 11) sorted by relevance
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 370 SAFE_IOCTL(cleanup, pfd, TCFLSH, 2); in do_parent_setup() 388 if (ioctl(cfd, TCFLSH, 2) < 0) { in do_child_setup()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 30 #define TCFLSH 0x540B macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 22 #define TCFLSH 0x5407 macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 701 #ifdef TCFLSH 702 {"TCFLSH", TCFLSH},
|
/external/python/cpython3/Modules/ |
D | termios.c | 731 #ifdef TCFLSH 732 {"TCFLSH", TCFLSH},
|
/external/strace/ |
D | term.c | 212 case TCFLSH: in term_ioctl()
|
D | ChangeLog | 21705 * term.c (term_ioctl): Print arguments of TCXONC and TCFLSH ioctls 30640 * term.c: Rename TCLFLSH to TCFLSH.
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 175 TCFLSH = (TIOC|7) variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 175 TCFLSH = (TIOC|7) variable
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 695 unsigned IOCTL_TCFLSH = TCFLSH;
|
D | sanitizer_common_interceptors_ioctl.inc | 329 _(TCFLSH, NONE, 0);
|