Searched refs:TCSETAF (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 18 #define TCSETAF 0x5408 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 18 #define TCSETAF 0x5408 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 18 #define TCSETAF 0x5408 macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 18 #define TCSETAF 0x5408 macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 14 #define TCSETAF 0x5404 macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 14 #define TCSETAF 0x5404 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 14 #define TCSETAF 0x5404 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 32 #define TCSETAF _IOW('t', 28, char[20]) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 35 #define TCSETAF 0x5408 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 32 #define TCSETAF _IOW('t', 28, char[20]) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 35 #define TCSETAF 0x5408 macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 22 #define TCSETAF _IOW('t', 28, char[18]) macro
|
/third_party/python/Modules/ |
D | termios.c | 805 #ifdef TCSETAF 806 {"TCSETAF", TCSETAF},
|
/third_party/ltp/testcases/kernel/pty/ |
D | ptem01.c | 110 if (ioctl(slavefd, TCSETAF, &termio) != 0) { in test1()
|