/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl01.c | 39 {&bfd, TCGETA, &termio, EBADF}, 41 {&fd, TCGETA, (struct termio *)-1, EFAULT}, 48 {&fd_file, TCGETA, &termio, ENOTTY}, 50 {&fd, TCGETA, NULL, EFAULT}
|
D | ioctl02.c | 260 rval = ioctl(parentfd, TCGETA, &termio); in run_ptest() 432 SAFE_IOCTL(cleanup, fd, TCGETA, &save_io); in setup()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1410 pub const TCGETA: ::c_ulong = 0x8000; constant 1411 pub const TCSETA: ::c_ulong = TCGETA + 1; 1412 pub const TCSETAF: ::c_ulong = TCGETA + 2; 1413 pub const TCSETAW: ::c_ulong = TCGETA + 3; 1414 pub const TCWAITEVENT: ::c_ulong = TCGETA + 4; 1415 pub const TCSBRK: ::c_ulong = TCGETA + 5; 1416 pub const TCFLSH: ::c_ulong = TCGETA + 6; 1417 pub const TCXONC: ::c_ulong = TCGETA + 7; 1418 pub const TCQUERYCONNECTED: ::c_ulong = TCGETA + 8; 1419 pub const TCGETBITS: ::c_ulong = TCGETA + 9; [all …]
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 15 #define TCGETA 0x5405 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 15 #define TCGETA 0x5405 macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 15 #define TCGETA 0x5405 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 15 #define TCGETA 0x5405 macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 11 #define TCGETA 0x5401 macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 11 #define TCGETA 0x5401 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 11 #define TCGETA 0x5401 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 32 #define TCGETA 0x5405 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 29 #define TCGETA _IOR('t', 23, char[20]) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 32 #define TCGETA 0x5405 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 29 #define TCGETA _IOR('t', 23, char[20]) macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 19 #define TCGETA _IOR('t', 23, char[18]) macro
|
/third_party/python/Modules/ |
D | termios.c | 790 #ifdef TCGETA 791 {"TCGETA", TCGETA},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 109 pub const TCGETA: ::Ioctl = 0x40125401; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 109 pub const TCGETA: ::Ioctl = 0x40147417; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 117 pub const TCGETA: ::Ioctl = 0x5401; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 130 pub const TCGETA: ::Ioctl = 0x5405; constant
|
/third_party/ltp/testcases/kernel/pty/ |
D | ptem01.c | 98 if (ioctl(slavefd, TCGETA, &termio) != 0) { in test1()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | rpng-win.c | 103 ioctl(fd, TCGETA, &old_tty); in repl_getch()
|
/third_party/openssl/crypto/ui/ |
D | ui_openssl.c | 118 # define TTY_get(tty,data) ioctl(tty,TCGETA,data)
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | ioctl.h | 43 #define TCGETA 0x5405ul macro 1599 #define TCGETA 0x5405ul macro 3159 #define TCGETA 0x5405ul macro 4715 #define TCGETA 0x5405ul macro 6167 #define TCGETA 0x40147417ul macro 7613 #define TCGETA 0x5401ul macro 9163 #define TCGETA 0x5401ul macro 10714 #define TCGETA 0x5405ul macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 919 TCGETA
|