Home
last modified time | relevance | path

Searched refs:TCXONC (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/testcases/kernel/pty/
Dpty05.c69 SAFE_IOCTL(ptmx, TCXONC, TCOOFF); in run()
73 ioctl(ptmx, TCXONC, TCOON); in run()
/third_party/musl/src/termios/
Dtcflow.c6 return ioctl(fd, TCXONC, action); in tcflow()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h20 #define TCXONC 0x540A macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h20 #define TCXONC 0x540A macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h20 #define TCXONC 0x540A macro
/third_party/musl/arch/generic/bits/
Dioctl.h20 #define TCXONC 0x540A macro
/third_party/musl/arch/mips64/bits/
Dioctl.h16 #define TCXONC 0x5406 macro
/third_party/musl/arch/mips/bits/
Dioctl.h16 #define TCXONC 0x5406 macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h16 #define TCXONC 0x5406 macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h35 #define TCXONC _IO('t', 30) macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h37 #define TCXONC 0x540A macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h35 #define TCXONC _IO('t', 30) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h37 #define TCXONC 0x540A macro
/third_party/musl/arch/sh/bits/
Dioctl.h25 #define TCXONC _IO('t', 30) macro
/third_party/python/Modules/
Dtermios.c820 #ifdef TCXONC
821 {"TCXONC", TCXONC},