Searched refs:TCXONC (Results 1 – 15 of 15) sorted by relevance
/third_party/ltp/testcases/kernel/pty/ |
D | pty05.c | 69 SAFE_IOCTL(ptmx, TCXONC, TCOOFF); in run() 73 ioctl(ptmx, TCXONC, TCOON); in run()
|
/third_party/musl/src/termios/ |
D | tcflow.c | 6 return ioctl(fd, TCXONC, action); in tcflow()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 20 #define TCXONC 0x540A macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 20 #define TCXONC 0x540A macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 20 #define TCXONC 0x540A macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 20 #define TCXONC 0x540A macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 16 #define TCXONC 0x5406 macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 16 #define TCXONC 0x5406 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 16 #define TCXONC 0x5406 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 35 #define TCXONC _IO('t', 30) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 37 #define TCXONC 0x540A macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 35 #define TCXONC _IO('t', 30) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 37 #define TCXONC 0x540A macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 25 #define TCXONC _IO('t', 30) macro
|
/third_party/python/Modules/ |
D | termios.c | 820 #ifdef TCXONC 821 {"TCXONC", TCXONC},
|