Home
last modified time | relevance | path

Searched refs:CBAUD (Results 1 - 25 of 73) sorted by relevance

123

/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dsyscalls.rs14 Action, OptionalActions, QueueSelector, Termios, Winsize, BRKINT, CBAUD, CS8, CSIZE, ECHO,
148 termios.c_cflag & CBAUD
155 termios.c_cflag & CBAUD
176 if (speed & !CBAUD) != 0 {
179 termios.c_cflag &= !CBAUD;
189 if (speed & !CBAUD) != 0 {
192 termios.c_cflag &= !CBAUD;
199 if (speed & !CBAUD) != 0 {
202 termios.c_cflag &= !CBAUD;
H A Dtypes.rs423 /// `CBAUD`
424 pub const CBAUD: c::c_uint = linux_raw_sys::general::CBAUD; consts
/third_party/musl/porting/liteos_a/user/src/termios/
H A Dcfsetospeed.c10 if (speed & ~CBAUD) { in cfsetospeed()
14 tio->c_cflag &= ~CBAUD; in cfsetospeed()
/third_party/musl/src/termios/
H A Dcfsetospeed.c10 if (speed & ~CBAUD) { in cfsetospeed()
14 tio->c_cflag &= ~CBAUD; in cfsetospeed()
H A Dcfgetospeed.c7 return tio->c_cflag & CBAUD; in cfgetospeed()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h151 #define CBAUD 0010017 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h151 #define CBAUD 0010017 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h151 #define CBAUD 0010017 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h151 #define CBAUD 0010017 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h151 #define CBAUD 0010017 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h151 #define CBAUD 0010017 macro
/third_party/ltp/testcases/kernel/pty/
H A Dptem01.c408 termios.c_cflag &= ~CBAUD; in test6()
409 termios.c_cflag |= B0 & CBAUD; in test6()
/third_party/musl/arch/mips/bits/
H A Dtermios.h153 #define CBAUD 0010017 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h155 #define CBAUD 00377 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h153 #define CBAUD 0010017 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h153 #define CBAUD 0010017 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h155 #define CBAUD 00377 macro
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c110 CBAUD | in callback_raw_test()
/third_party/python/Modules/
H A Dtermios.c880 #ifdef CBAUD
881 {"CBAUD", CBAUD},
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs209 pub const CBAUD: ::tcflag_t = 0o0010017; consts
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs931 /// `CBAUD`
942 pub const CBAUD: c::c_uint = c::CBAUD; consts
/third_party/toybox/toys/pending/
H A Dinit.c84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs301 if (term.c_cflag & CBAUD) != 0 { in show()
302 print!(" CBAUD"); in show()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs570 pub const CBAUD: ::tcflag_t = 0o0010017; consts
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs218 pub use constants::CBAUD;

Completed in 17 milliseconds

123