Home
last modified time | relevance | path

Searched refs:TCFLSH (Results 1 – 11 of 11) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c370 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/
Dioctls.h30 #define TCFLSH 0x540B macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h22 #define TCFLSH 0x5407 macro
/external/python/cpython2/Modules/
Dtermios.c701 #ifdef TCFLSH
702 {"TCFLSH", TCFLSH},
/external/python/cpython3/Modules/
Dtermios.c731 #ifdef TCFLSH
732 {"TCFLSH", TCFLSH},
/external/strace/
Dterm.c212 case TCFLSH: in term_ioctl()
DChangeLog21705 * term.c (term_ioctl): Print arguments of TCXONC and TCFLSH ioctls
30640 * term.c: Rename TCLFLSH to TCFLSH.
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py175 TCFLSH = (TIOC|7) variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py175 TCFLSH = (TIOC|7) variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc695 unsigned IOCTL_TCFLSH = TCFLSH;
Dsanitizer_common_interceptors_ioctl.inc329 _(TCFLSH, NONE, 0);