Home
last modified time | relevance | path

Searched refs:TCGETA (Results 1 – 25 of 46) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl01.c39 {&bfd, TCGETA, &termio, EBADF},
41 {&fd, TCGETA, (struct termio *)-1, EFAULT},
48 {&fd_file, TCGETA, &termio, ENOTTY},
50 {&fd, TCGETA, NULL, EFAULT}
Dioctl02.c260 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/
Dmod.rs1410 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/
Dioctl.h15 #define TCGETA 0x5405 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h15 #define TCGETA 0x5405 macro
/third_party/musl/arch/generic/bits/
Dioctl.h15 #define TCGETA 0x5405 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h15 #define TCGETA 0x5405 macro
/third_party/musl/arch/mips64/bits/
Dioctl.h11 #define TCGETA 0x5401 macro
/third_party/musl/arch/mips/bits/
Dioctl.h11 #define TCGETA 0x5401 macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h11 #define TCGETA 0x5401 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h32 #define TCGETA 0x5405 macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h29 #define TCGETA _IOR('t', 23, char[20]) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h32 #define TCGETA 0x5405 macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h29 #define TCGETA _IOR('t', 23, char[20]) macro
/third_party/musl/arch/sh/bits/
Dioctl.h19 #define TCGETA _IOR('t', 23, char[18]) macro
/third_party/python/Modules/
Dtermios.c790 #ifdef TCGETA
791 {"TCGETA", TCGETA},
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
Dmod.rs109 pub const TCGETA: ::Ioctl = 0x40125401; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
Dmod.rs109 pub const TCGETA: ::Ioctl = 0x40147417; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
Dmod.rs117 pub const TCGETA: ::Ioctl = 0x5401; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
Dmod.rs130 pub const TCGETA: ::Ioctl = 0x5405; constant
/third_party/ltp/testcases/kernel/pty/
Dptem01.c98 if (ioctl(slavefd, TCGETA, &termio) != 0) { in test1()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-win.c103 ioctl(fd, TCGETA, &old_tty); in repl_getch()
/third_party/openssl/crypto/ui/
Dui_openssl.c118 # define TTY_get(tty,data) ioctl(tty,TCGETA,data)
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dioctl.h43 #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/
Dfuchsia.txt919 TCGETA

12