Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/driver/
DPlatform.h31 typedef unsigned int speed_t; typedef
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h8 typedef unsigned int speed_t; typedef
/external/rust/crates/libc/src/unix/
Dmod.rs1329 pub fn cfgetispeed(termios: *const ::termios) -> ::speed_t; in cfgetispeed()
1330 pub fn cfgetospeed(termios: *const ::termios) -> ::speed_t; in cfgetospeed()
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs20 pub type speed_t = u32; typedef
/external/rust/crates/libc/src/unix/hermit/
Dmod.rs12 pub type speed_t = ::c_uint; typedef
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs8 pub type speed_t = ::c_uint; typedef
/external/rust/crates/libc/src/unix/redox/
Dmod.rs34 pub type speed_t = u32; typedef
/external/rust/crates/libc/src/fuchsia/
Dmod.rs38 pub type speed_t = ::c_uint; typedef
3813 pub fn cfgetispeed(termios: *const ::termios) -> ::speed_t; in cfgetispeed()
3814 pub fn cfgetospeed(termios: *const ::termios) -> ::speed_t; in cfgetospeed()
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs6 pub type speed_t = ::c_uchar; typedef
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs2 pub type speed_t = ::c_uint; typedef
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs12 pub type speed_t = ::c_uint; typedef
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs20 pub type speed_t = ::c_uint; typedef
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs20 pub type speed_t = ::c_ulong; typedef