Home
last modified time | relevance | path

Searched refs:CLOCAL (Results 1 – 25 of 60) sorted by relevance

123

/external/openthread/examples/platforms/simulation/
Duart.c109 termios.c_cflag |= HUPCL | CREAD | CLOCAL; in otPlatUartEnable()
138 termios.c_cflag |= HUPCL | CREAD | CLOCAL; in otPlatUartEnable()
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c230 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/
Dtermbits.h106 #define CLOCAL 0x00000800 macro
/external/musl/arch/mipsn32/bits/
Dtermios.h124 #define CLOCAL 0004000 macro
/external/musl/arch/generic/bits/
Dtermios.h123 #define CLOCAL 0004000 macro
/external/musl/arch/mips/bits/
Dtermios.h124 #define CLOCAL 0004000 macro
/external/musl/arch/powerpc64/bits/
Dtermios.h127 #define CLOCAL 00100000 macro
/external/musl/arch/powerpc/bits/
Dtermios.h127 #define CLOCAL 00100000 macro
/external/musl/arch/mips64/bits/
Dtermios.h124 #define CLOCAL 0004000 macro
/external/openthread/src/posix/platform/
Dhdlc_interface.cpp450 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/
Dminimal-raw-file.c113 tio.c_cflag |= 0x1412 | CS8 | CREAD | CLOCAL; in callback_raw_test()
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py154 CLOCAL = 0004000 variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py154 CLOCAL = 0004000 variable
/external/toybox/toys/pending/
Dgetty.c93 if (FLAG(L)) TT.termios.c_cflag |= CLOCAL; in termios_init()
Dinit.c85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD; in reset_term()
Dstty.c89 { "cread", CREAD }, { "clocal", CLOCAL }, { "crtscts", CRTSCTS },
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs238 pub const CLOCAL: ::tcflag_t = 0x00000800; constant
/external/python/cpython2/Modules/
Dtermios.c500 {"CLOCAL", CLOCAL},
/external/python/cpython3/Modules/
Dtermios.c550 {"CLOCAL", CLOCAL},
/external/ppp/pppd/
Dsys-linux.c947 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/
Dserialposix.py327 cflag |= (TERMIOS.CLOCAL|TERMIOS.CREAD)
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs599 pub const CLOCAL: ::tcflag_t = 0x00000800; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Ds390x.rs335 pub const CLOCAL: ::tcflag_t = 0o004000; constant
Dpowerpc64.rs656 pub const CLOCAL: ::tcflag_t = 0x00008000; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs685 pub const CLOCAL: ::tcflag_t = 0x00000800; constant

123