Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/kernel/pty/
Dpty05.c43 ioctl(ptmx, TCFLSH, TCIOFLUSH); in thread_run()
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h142 #define TCIOFLUSH 2 macro
/third_party/musl/arch/generic/bits/
Dtermios.h142 #define TCIOFLUSH 2 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h144 #define TCIOFLUSH 2 macro
/third_party/musl/porting/uniproton/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/powerpc64/bits/
Dtermios.h146 #define TCIOFLUSH 2 macro
/third_party/musl/porting/liteos_m/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/mips64/bits/
Dtermios.h144 #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/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs33 IOFlush = linux_raw_sys::general::TCIOFLUSH,
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt387 TCIOFLUSH
/third_party/python/Modules/
Dtermios.c420 {"TCIOFLUSH", TCIOFLUSH},
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs33 IOFlush = c::TCIOFLUSH,
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs370 pub const TCIOFLUSH: ::c_int = 3; constant
/third_party/rust/crates/nix/src/sys/
Dtermios.rs516 TCIOFLUSH,
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs828 pub const TCIOFLUSH: ::c_int = 2; constant
/third_party/mksh/
Dmisc.c2410 if (tcflush(fd, TCIOFLUSH)) in chvt()

12