Searched refs:TCSBRK (Results 1 – 15 of 15) sorted by relevance
/third_party/musl/src/termios/ |
D | tcdrain.c | 7 return syscall_cp(SYS_ioctl, fd, TCSBRK, 1); in tcdrain()
|
D | tcsendbreak.c | 7 return ioctl(fd, TCSBRK, 0); in tcsendbreak()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 19 #define TCSBRK 0x5409 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 19 #define TCSBRK 0x5409 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 19 #define TCSBRK 0x5409 macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 19 #define TCSBRK 0x5409 macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 15 #define TCSBRK 0x5405 macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 15 #define TCSBRK 0x5405 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 15 #define TCSBRK 0x5405 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 34 #define TCSBRK _IO('t', 29) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 36 #define TCSBRK 0x5409 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 34 #define TCSBRK _IO('t', 29) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 36 #define TCSBRK 0x5409 macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 24 #define TCSBRK _IO('t', 29) macro
|
/third_party/python/Modules/ |
D | termios.c | 796 #ifdef TCSBRK 797 {"TCSBRK", TCSBRK},
|