Searched refs:TCFLSH (Results 1 – 17 of 17) sorted by relevance
/third_party/musl/src/termios/ |
D | tcflush.c | 6 return ioctl(fd, TCFLSH, queue); in tcflush()
|
/third_party/ltp/testcases/kernel/pty/ |
D | pty05.c | 43 ioctl(ptmx, TCFLSH, TCIOFLUSH); in thread_run()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 369 SAFE_IOCTL(cleanup, pfd, TCFLSH, 2); in do_parent_setup() 387 if (ioctl(cfd, TCFLSH, 2) < 0) { in do_child_setup()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 21 #define TCFLSH 0x540B macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 21 #define TCFLSH 0x540B macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 21 #define TCFLSH 0x540B macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 21 #define TCFLSH 0x540B macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 17 #define TCFLSH 0x5407 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 17 #define TCFLSH 0x5407 macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 17 #define TCFLSH 0x5407 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 38 #define TCFLSH 0x540B macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 36 #define TCFLSH _IO('t', 31) macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 36 #define TCFLSH _IO('t', 31) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 38 #define TCFLSH 0x540B macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 26 #define TCFLSH _IO('t', 31) macro
|
/third_party/python/Modules/ |
D | termios.c | 787 #ifdef TCFLSH 788 {"TCFLSH", TCFLSH},
|
/third_party/NuttX/ |
D | ReleaseNotes | 18056 the TCFLSH case in the function uart_ioctl in the file 18058 success, the TCFLSH IOCTL logic needs to explicitly set the return
|