Home
last modified time | relevance | path

Searched refs:TCIOFLUSH (Results 1 – 19 of 19) sorted by relevance

/third_party/ltp/testcases/kernel/pty/
Dpty05.c43 ioctl(ptmx, TCFLSH, TCIOFLUSH); in thread_run()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h142 #define TCIOFLUSH 2 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h142 #define TCIOFLUSH 2 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h142 #define TCIOFLUSH 2 macro
/third_party/musl/arch/mips/bits/
Dtermios.h144 #define TCIOFLUSH 2 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h146 #define TCIOFLUSH 2 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h144 #define TCIOFLUSH 2 macro
/third_party/musl/arch/generic/bits/
Dtermios.h142 #define TCIOFLUSH 2 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h144 #define TCIOFLUSH 2 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h142 #define TCIOFLUSH 2 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h146 #define TCIOFLUSH 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h142 #define TCIOFLUSH 2 macro
/third_party/musl/libc-test/src/api/
Dtermios.c114 C(TCIOFLUSH) in f()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c71 tcflush(vhd->filefd, TCIOFLUSH); in callback_raw_test()
/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-serial.c222 if (tcflush (fd, TCIOFLUSH) != 0) in jerryx_debugger_serial_configure_attributes()
/third_party/python/Doc/library/
Dtermios.rst67 output queue, or :const:`TCIOFLUSH` for both queues.
/third_party/toybox/toys/pending/
Dgetty.c151 tcflush(STDIN_FILENO, TCIOFLUSH); in termios_init()
/third_party/python/Modules/
Dtermios.c420 {"TCIOFLUSH", TCIOFLUSH},
/third_party/mksh/
Dmisc.c2410 if (tcflush(fd, TCIOFLUSH)) in chvt()