Home
last modified time | relevance | path

Searched defs:speed_t (Results 1 – 25 of 32) sorted by relevance

12

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dtermios.h12 typedef unsigned int speed_t; typedef
/third_party/musl/porting/uniproton/kernel/include/
Dtermios.h15 typedef unsigned int speed_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dtermios.h15 typedef unsigned int speed_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtermios.h15 typedef unsigned int speed_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
Dtermios.h16 typedef unsigned int speed_t; typedef
/third_party/musl/include/
Dtermios.h16 typedef unsigned int speed_t; typedef
/third_party/rust/crates/libc/src/unix/
Dmod.rs1373 pub fn cfgetispeed(termios: *const ::termios) -> ::speed_t; in cfgetispeed()
1374 pub fn cfgetospeed(termios: *const ::termios) -> ::speed_t; in cfgetospeed()
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs38 pub type speed_t = u32; typedef
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs12 pub type speed_t = ::c_uint; typedef
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs46 pub type speed_t = u32; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs8 pub type speed_t = ::c_uint; typedef
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs38 pub type speed_t = ::c_uint; typedef
3833 pub fn cfgetispeed(termios: *const ::termios) -> ::speed_t; in cfgetispeed()
3834 pub fn cfgetospeed(termios: *const ::termios) -> ::speed_t; in cfgetospeed()
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs6 pub type speed_t = ::c_uchar; typedef
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs2 pub type speed_t = ::c_uint; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs12 pub type speed_t = ::c_uint; typedef
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs20 pub type speed_t = ::c_uint; typedef
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs4 pub type speed_t = ::c_uint; typedef
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs20 pub type speed_t = ::c_ulong; typedef
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs4123 pub type speed_t = crate::ctypes::c_uint; typedef
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs4125 pub type speed_t = crate::ctypes::c_uint; typedef
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs4161 pub type speed_t = crate::ctypes::c_uint; typedef
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs4103 pub type speed_t = crate::ctypes::c_uint; typedef
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs4248 pub type speed_t = crate::ctypes::c_uint; typedef
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs4152 pub type speed_t = crate::ctypes::c_uint; typedef
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs4183 pub type speed_t = crate::ctypes::c_uint; typedef

12