Searched refs:TIOCSERGETMULTI (Results 1 – 9 of 9) sorted by relevance
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 95 #define TIOCSERGETMULTI 0x545A /* Get multiport config */ macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 863 #ifdef TIOCSERGETMULTI 864 {"TIOCSERGETMULTI", TIOCSERGETMULTI},
|
/external/python/cpython3/Modules/ |
D | termios.c | 939 #ifdef TIOCSERGETMULTI 940 {"TIOCSERGETMULTI", TIOCSERGETMULTI},
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 731 pub const TIOCSERGETMULTI: ::c_int = 21594; constant
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 5440 #ifdef TIOCSERGETMULTI 5441 { "TIOCSERGETMULTI", (unsigned long) TIOCSERGETMULTI },
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 905 unsigned IOCTL_TIOCSERGETMULTI = TIOCSERGETMULTI;
|
D | sanitizer_common_interceptors_ioctl.inc | 445 _(TIOCSERGETMULTI, WRITE, struct_serial_multiport_struct_sz);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cpp | 903 unsigned IOCTL_TIOCSERGETMULTI = TIOCSERGETMULTI;
|
D | sanitizer_common_interceptors_ioctl.inc | 448 _(TIOCSERGETMULTI, WRITE, struct_serial_multiport_struct_sz);
|