Searched refs:TIOCGETP (Results 1 - 17 of 17) sorted by relevance
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 54 #define TIOCGETP 0x7408 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 54 #define TIOCGETP 0x7408 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 18 #define TIOCGETP _IOR('t', 8, char[6]) macro
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 54 #define TIOCGETP 0x7408 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 18 #define TIOCGETP _IOR('t', 8, char[6]) macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 185 pub const TIOCGETP: ::Ioctl = 0x7408; consts
|
/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_openssl.c | 126 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data)
|
/third_party/openssl/crypto/ui/ |
H A D | ui_openssl.c | 126 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data)
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 299 #ifdef TIOCGETP in list() 300 IOCTL_REQUEST(TIOCGETP); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 70 pub const TIOCGETP: u32 = 1074164744; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 71 pub const TIOCGETP: u32 = 29704; consts
|
H A D | general.rs | 1962 pub const TIOCGETP: u32 = 29704; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | ioctl.rs | 70 pub const TIOCGETP: u32 = 1074164744; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | ioctl.rs | 71 pub const TIOCGETP: u32 = 29704; consts
|
H A D | general.rs | 1954 pub const TIOCGETP: u32 = 29704; consts
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 2230 pub const TIOCGETP: ::c_int = tIOC | 8; consts
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 6194 #define TIOCGETP 0x40067408ul macro 7642 #define TIOCGETP 0x7408ul macro 9192 #define TIOCGETP 0x7408ul macro
|
Completed in 153 milliseconds