Home
last modified time | relevance | path

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

/third_party/musl/src/termios/
Dtcsetattr.c11 return ioctl(fd, TCSETS+act, tio); in tcsetattr()
/third_party/ltp/testcases/kernel/pty/
Dptem01.c82 if (ioctl(slavefd, TCSETS, &termios) != 0) { in test1()
94 if (ioctl(slavefd, TCSETS, &termios) != 0) { in test1()
410 if (ioctl(slavefd, TCSETS, &termios) != 0) { in test6()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h12 #define TCSETS 0x5402 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h12 #define TCSETS 0x5402 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h12 #define TCSETS 0x5402 macro
/third_party/musl/arch/generic/bits/
Dioctl.h12 #define TCSETS 0x5402 macro
/third_party/musl/arch/mips64/bits/
Dioctl.h19 #define TCSETS 0x540E macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h19 #define TCSETS 0x540E macro
/third_party/musl/arch/mips/bits/
Dioctl.h19 #define TCSETS 0x540E macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h29 #define TCSETS 0x5402 macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h25 #define TCSETS _IOW('t', 20, char[44]) macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h25 #define TCSETS _IOW('t', 20, char[44]) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h29 #define TCSETS 0x5402 macro
/third_party/musl/arch/sh/bits/
Dioctl.h77 #define TCSETS _IO('T', 2) macro
/third_party/python/Modules/
Dtermios.c811 #ifdef TCSETS
812 {"TCSETS", TCSETS},