/external/openthread/examples/platforms/simulation/ |
D | uart.c | 109 termios.c_cflag |= HUPCL | CREAD | CLOCAL; in otPlatUartEnable() 138 termios.c_cflag |= HUPCL | CREAD | CLOCAL; in otPlatUartEnable()
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 230 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL; in run_ptest() 303 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) { in chk_tty_parms()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 106 #define CLOCAL 0x00000800 macro
|
/external/musl/arch/mipsn32/bits/ |
D | termios.h | 124 #define CLOCAL 0004000 macro
|
/external/musl/arch/generic/bits/ |
D | termios.h | 123 #define CLOCAL 0004000 macro
|
/external/musl/arch/mips/bits/ |
D | termios.h | 124 #define CLOCAL 0004000 macro
|
/external/musl/arch/powerpc64/bits/ |
D | termios.h | 127 #define CLOCAL 00100000 macro
|
/external/musl/arch/powerpc/bits/ |
D | termios.h | 127 #define CLOCAL 00100000 macro
|
/external/musl/arch/mips64/bits/ |
D | termios.h | 124 #define CLOCAL 0004000 macro
|
/external/openthread/src/posix/platform/ |
D | hdlc_interface.cpp | 450 tios.c_cflag = CS8 | HUPCL | CREAD | CLOCAL; in OpenFile() 625 tios.c_cflag = CS8 | HUPCL | CREAD | CLOCAL; in ForkPty()
|
/external/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 113 tio.c_cflag |= 0x1412 | CS8 | CREAD | CLOCAL; in callback_raw_test()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 154 CLOCAL = 0004000 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 154 CLOCAL = 0004000 variable
|
/external/toybox/toys/pending/ |
D | getty.c | 93 if (FLAG(L)) TT.termios.c_cflag |= CLOCAL; in termios_init()
|
D | init.c | 85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD; in reset_term()
|
D | stty.c | 89 { "cread", CREAD }, { "clocal", CLOCAL }, { "crtscts", CRTSCTS },
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 238 pub const CLOCAL: ::tcflag_t = 0x00000800; constant
|
/external/python/cpython2/Modules/ |
D | termios.c | 500 {"CLOCAL", CLOCAL},
|
/external/python/cpython3/Modules/ |
D | termios.c | 550 {"CLOCAL", CLOCAL},
|
/external/ppp/pppd/ |
D | sys-linux.c | 947 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); in set_up_tty() 957 tios.c_cflag ^= (CLOCAL | HUPCL); in set_up_tty() 2670 tios.c_cflag |= CS8 | CREAD | CLOCAL;
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 327 cflag |= (TERMIOS.CLOCAL|TERMIOS.CREAD)
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 599 pub const CLOCAL: ::tcflag_t = 0x00000800; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | s390x.rs | 335 pub const CLOCAL: ::tcflag_t = 0o004000; constant
|
D | powerpc64.rs | 656 pub const CLOCAL: ::tcflag_t = 0x00008000; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 685 pub const CLOCAL: ::tcflag_t = 0x00000800; constant
|