/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | ioctl.h | 27 #define TIOCOUTQ 0x5411 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | ioctl.h | 27 #define TIOCOUTQ 0x5411 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | ioctl.h | 27 #define TIOCOUTQ 0x5411 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | ioctl.h | 27 #define TIOCOUTQ 0x5411 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 25 #define TIOCOUTQ 0x7472 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 25 #define TIOCOUTQ 0x7472 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 43 #define TIOCOUTQ _IOR('t', 115, int) macro
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 25 #define TIOCOUTQ 0x7472 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 43 #define TIOCOUTQ _IOR('t', 115, int) macro
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 32 #define TIOCOUTQ _IOR('t', 115, int) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | ioctl.h | 44 #define TIOCOUTQ 0x5411 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | ioctl.h | 44 #define TIOCOUTQ 0x5411 macro
|
/third_party/python/Modules/ |
H A D | termios.c | 1129 #ifdef TIOCOUTQ 1130 {"TIOCOUTQ", TIOCOUTQ},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 142 pub const TIOCOUTQ: ::Ioctl = 0x5411; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 129 pub const TIOCOUTQ: ::Ioctl = 0x7472; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 121 pub const TIOCOUTQ: ::Ioctl = 0x40047473; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 121 pub const TIOCOUTQ: ::Ioctl = 0x40047473; consts
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface_unix.c | 92 if (ioctl(sock, TIOCOUTQ, &outq) < 0) in wpas_ctrl_sock_debug() 291 ioctl(sock, TIOCOUTQ, &outq) < 0 || in wpas_ctrl_iface_throttle()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface_unix.c | 92 if (ioctl(sock, TIOCOUTQ, &outq) < 0) in wpas_ctrl_sock_debug() 301 ioctl(sock, TIOCOUTQ, &outq) < 0 || in wpas_ctrl_iface_throttle()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/ |
H A D | mod.rs | 501 pub const TIOCOUTQ: ::c_int = 21521; consts
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 13 #define TIOCOUTQ 0x5411ul macro 1569 #define TIOCOUTQ 0x5411ul macro 3129 #define TIOCOUTQ 0x5411ul macro 4685 #define TIOCOUTQ 0x5411ul macro 6137 #define TIOCOUTQ 0x40047473ul macro 7584 #define TIOCOUTQ 0x7472ul macro 9134 #define TIOCOUTQ 0x7472ul macro 10684 #define TIOCOUTQ 0x5411ul macro
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1633 pub const TIOCOUTQ: ::c_int = 0x5411; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 13 pub const TIOCOUTQ: u32 = 21521; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1273 pub const TIOCOUTQ: ::c_ulong = 0x40047473; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 197 IOCTL_REQUEST(TIOCOUTQ); in list()
|