Home
last modified time | relevance | path

Searched refs:speed_t (Results 1 – 25 of 6138) sorted by relevance

12345678910>>...246

/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/termios-0.3.2/src/os/
H A Dlinux.rs6 pub type speed_t = c_uint; typedef
18 c_ispeed: speed_t,
19 c_ospeed: speed_t
130 pub const B0: speed_t = 0o000000;
131 pub const B50: speed_t = 0o000001;
132 pub const B75: speed_t = 0o000002;
133 pub const B110: speed_t = 0o000003;
134 pub const B134: speed_t = 0o000004;
135 pub const B150: speed_t = 0o000005;
146 pub const EXTA: speed_t = B19200;
[all …]
H A Dandroid.rs6 pub type speed_t = c_uint; typedef
128 pub const B0: speed_t = 0o000000;
129 pub const B50: speed_t = 0o000001;
130 pub const B75: speed_t = 0o000002;
131 pub const B110: speed_t = 0o000003;
132 pub const B134: speed_t = 0o000004;
133 pub const B150: speed_t = 0o000005;
134 pub const B200: speed_t = 0o000006;
135 pub const B300: speed_t = 0o000007;
144 pub const EXTA: speed_t = B19200;
[all …]
H A Dfreebsd.rs6 pub type speed_t = c_uint; typedef
17 c_ispeed: speed_t,
18 c_ospeed: speed_t
112 pub const B0: speed_t = 0;
113 pub const B50: speed_t = 50;
114 pub const B75: speed_t = 75;
115 pub const B110: speed_t = 110;
116 pub const B134: speed_t = 134;
117 pub const B150: speed_t = 150;
118 pub const B200: speed_t = 200;
[all …]
H A Dopenbsd.rs6 pub type speed_t = c_uint; typedef
17 c_ispeed: speed_t,
18 c_ospeed: speed_t
105 pub const B0: speed_t = 0;
106 pub const B50: speed_t = 50;
107 pub const B75: speed_t = 75;
108 pub const B110: speed_t = 110;
109 pub const B134: speed_t = 134;
110 pub const B150: speed_t = 150;
111 pub const B200: speed_t = 200;
[all …]
H A Dnetbsd.rs6 pub type speed_t = c_uint; typedef
106 pub const B0: speed_t = 0;
107 pub const B50: speed_t = 50;
108 pub const B75: speed_t = 75;
109 pub const B110: speed_t = 110;
110 pub const B134: speed_t = 134;
111 pub const B150: speed_t = 150;
112 pub const B200: speed_t = 200;
113 pub const B300: speed_t = 300;
114 pub const B600: speed_t = 600;
[all …]
H A Ddragonfly.rs6 pub type speed_t = c_uint; typedef
17 c_ispeed: speed_t,
18 c_ospeed: speed_t
110 pub const B0: speed_t = 0;
111 pub const B50: speed_t = 50;
112 pub const B75: speed_t = 75;
113 pub const B110: speed_t = 110;
114 pub const B134: speed_t = 134;
115 pub const B150: speed_t = 150;
116 pub const B200: speed_t = 200;
[all …]
H A Dmacos.rs7 pub type speed_t = c_ulong; typedef
17 c_ispeed: speed_t,
18 c_ospeed: speed_t
135 pub const B0: speed_t = 0;
136 pub const B50: speed_t = 50;
137 pub const B75: speed_t = 75;
138 pub const B110: speed_t = 110;
139 pub const B134: speed_t = 134;
140 pub const B150: speed_t = 150;
141 pub const B200: speed_t = 200;
[all …]
H A Dsolaris.rs6 pub type speed_t = c_uint; typedef
138 pub const B0: speed_t = 0;
139 pub const B50: speed_t = 1;
140 pub const B75: speed_t = 2;
141 pub const B110: speed_t = 3;
142 pub const B134: speed_t = 4;
143 pub const B150: speed_t = 5;
144 pub const B200: speed_t = 6;
145 pub const B300: speed_t = 7;
146 pub const B600: speed_t = 8;
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/termios-0.3.2/src/os/
H A Dlinux.rs6 pub type speed_t = c_uint; typedef
18 c_ispeed: speed_t,
19 c_ospeed: speed_t
130 pub const B0: speed_t = 0o000000;
131 pub const B50: speed_t = 0o000001;
132 pub const B75: speed_t = 0o000002;
133 pub const B110: speed_t = 0o000003;
134 pub const B134: speed_t = 0o000004;
135 pub const B150: speed_t = 0o000005;
146 pub const EXTA: speed_t = B19200;
[all …]
H A Dandroid.rs6 pub type speed_t = c_uint; typedef
128 pub const B0: speed_t = 0o000000;
129 pub const B50: speed_t = 0o000001;
130 pub const B75: speed_t = 0o000002;
131 pub const B110: speed_t = 0o000003;
132 pub const B134: speed_t = 0o000004;
133 pub const B150: speed_t = 0o000005;
134 pub const B200: speed_t = 0o000006;
135 pub const B300: speed_t = 0o000007;
144 pub const EXTA: speed_t = B19200;
[all …]
H A Dfreebsd.rs6 pub type speed_t = c_uint; typedef
17 c_ispeed: speed_t,
18 c_ospeed: speed_t
112 pub const B0: speed_t = 0;
113 pub const B50: speed_t = 50;
114 pub const B75: speed_t = 75;
115 pub const B110: speed_t = 110;
116 pub const B134: speed_t = 134;
117 pub const B150: speed_t = 150;
118 pub const B200: speed_t = 200;
[all …]
H A Dnetbsd.rs6 pub type speed_t = c_uint; typedef
106 pub const B0: speed_t = 0;
107 pub const B50: speed_t = 50;
108 pub const B75: speed_t = 75;
109 pub const B110: speed_t = 110;
110 pub const B134: speed_t = 134;
111 pub const B150: speed_t = 150;
112 pub const B200: speed_t = 200;
113 pub const B300: speed_t = 300;
114 pub const B600: speed_t = 600;
[all …]
H A Dopenbsd.rs6 pub type speed_t = c_uint; typedef
17 c_ispeed: speed_t,
18 c_ospeed: speed_t
105 pub const B0: speed_t = 0;
106 pub const B50: speed_t = 50;
107 pub const B75: speed_t = 75;
108 pub const B110: speed_t = 110;
109 pub const B134: speed_t = 134;
110 pub const B150: speed_t = 150;
111 pub const B200: speed_t = 200;
[all …]
H A Ddragonfly.rs6 pub type speed_t = c_uint; typedef
17 c_ispeed: speed_t,
18 c_ospeed: speed_t
110 pub const B0: speed_t = 0;
111 pub const B50: speed_t = 50;
112 pub const B75: speed_t = 75;
113 pub const B110: speed_t = 110;
114 pub const B134: speed_t = 134;
115 pub const B150: speed_t = 150;
116 pub const B200: speed_t = 200;
[all …]
H A Dmacos.rs7 pub type speed_t = c_ulong; typedef
17 c_ispeed: speed_t,
18 c_ospeed: speed_t
135 pub const B0: speed_t = 0;
136 pub const B50: speed_t = 50;
137 pub const B75: speed_t = 75;
138 pub const B110: speed_t = 110;
139 pub const B134: speed_t = 134;
140 pub const B150: speed_t = 150;
141 pub const B200: speed_t = 200;
[all …]
H A Dsolaris.rs6 pub type speed_t = c_uint; typedef
138 pub const B0: speed_t = 0;
139 pub const B50: speed_t = 1;
140 pub const B75: speed_t = 2;
141 pub const B110: speed_t = 3;
142 pub const B134: speed_t = 4;
143 pub const B150: speed_t = 5;
144 pub const B200: speed_t = 6;
145 pub const B300: speed_t = 7;
146 pub const B600: speed_t = 8;
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/libc-0.2.112/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs260 pub const B0: ::speed_t = 0o000000;
261 pub const B50: ::speed_t = 0o000001;
262 pub const B75: ::speed_t = 0o000002;
263 pub const B110: ::speed_t = 0o000003;
264 pub const B134: ::speed_t = 0o000004;
265 pub const B150: ::speed_t = 0o000005;
266 pub const B200: ::speed_t = 0o000006;
267 pub const B300: ::speed_t = 0o000007;
268 pub const B600: ::speed_t = 0o000010;
269 pub const B1200: ::speed_t = 0o000011;
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libc-0.2.103/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs260 pub const B0: ::speed_t = 0o000000;
261 pub const B50: ::speed_t = 0o000001;
262 pub const B75: ::speed_t = 0o000002;
263 pub const B110: ::speed_t = 0o000003;
264 pub const B134: ::speed_t = 0o000004;
265 pub const B150: ::speed_t = 0o000005;
266 pub const B200: ::speed_t = 0o000006;
267 pub const B300: ::speed_t = 0o000007;
268 pub const B600: ::speed_t = 0o000010;
269 pub const B1200: ::speed_t = 0o000011;
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libc-0.2.108/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs260 pub const B0: ::speed_t = 0o000000;
261 pub const B50: ::speed_t = 0o000001;
262 pub const B75: ::speed_t = 0o000002;
263 pub const B110: ::speed_t = 0o000003;
264 pub const B134: ::speed_t = 0o000004;
265 pub const B150: ::speed_t = 0o000005;
266 pub const B200: ::speed_t = 0o000006;
267 pub const B300: ::speed_t = 0o000007;
268 pub const B600: ::speed_t = 0o000010;
269 pub const B1200: ::speed_t = 0o000011;
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/libc-0.2.112/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs260 pub const B0: ::speed_t = 0o000000;
261 pub const B50: ::speed_t = 0o000001;
262 pub const B75: ::speed_t = 0o000002;
263 pub const B110: ::speed_t = 0o000003;
264 pub const B134: ::speed_t = 0o000004;
265 pub const B150: ::speed_t = 0o000005;
266 pub const B200: ::speed_t = 0o000006;
267 pub const B300: ::speed_t = 0o000007;
268 pub const B600: ::speed_t = 0o000010;
269 pub const B1200: ::speed_t = 0o000011;
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/libc-0.2.111/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs260 pub const B0: ::speed_t = 0o000000;
261 pub const B50: ::speed_t = 0o000001;
262 pub const B75: ::speed_t = 0o000002;
263 pub const B110: ::speed_t = 0o000003;
264 pub const B134: ::speed_t = 0o000004;
265 pub const B150: ::speed_t = 0o000005;
266 pub const B200: ::speed_t = 0o000006;
267 pub const B300: ::speed_t = 0o000007;
268 pub const B600: ::speed_t = 0o000010;
269 pub const B1200: ::speed_t = 0o000011;
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/libc-0.2.108/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs260 pub const B0: ::speed_t = 0o000000;
261 pub const B50: ::speed_t = 0o000001;
262 pub const B75: ::speed_t = 0o000002;
263 pub const B110: ::speed_t = 0o000003;
264 pub const B134: ::speed_t = 0o000004;
265 pub const B150: ::speed_t = 0o000005;
266 pub const B200: ::speed_t = 0o000006;
267 pub const B300: ::speed_t = 0o000007;
268 pub const B600: ::speed_t = 0o000010;
269 pub const B1200: ::speed_t = 0o000011;
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/libc-0.2.117/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs253 pub const B0: ::speed_t = 0o000000;
254 pub const B50: ::speed_t = 0o000001;
255 pub const B75: ::speed_t = 0o000002;
256 pub const B110: ::speed_t = 0o000003;
257 pub const B134: ::speed_t = 0o000004;
258 pub const B150: ::speed_t = 0o000005;
259 pub const B200: ::speed_t = 0o000006;
260 pub const B300: ::speed_t = 0o000007;
261 pub const B600: ::speed_t = 0o000010;
262 pub const B1200: ::speed_t = 0o000011;
[all …]
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/libc-0.2.112/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs260 pub const B0: ::speed_t = 0o000000;
261 pub const B50: ::speed_t = 0o000001;
262 pub const B75: ::speed_t = 0o000002;
263 pub const B110: ::speed_t = 0o000003;
264 pub const B134: ::speed_t = 0o000004;
265 pub const B150: ::speed_t = 0o000005;
266 pub const B200: ::speed_t = 0o000006;
267 pub const B300: ::speed_t = 0o000007;
268 pub const B600: ::speed_t = 0o000010;
269 pub const B1200: ::speed_t = 0o000011;
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/libc-0.2.103/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs260 pub const B0: ::speed_t = 0o000000;
261 pub const B50: ::speed_t = 0o000001;
262 pub const B75: ::speed_t = 0o000002;
263 pub const B110: ::speed_t = 0o000003;
264 pub const B134: ::speed_t = 0o000004;
265 pub const B150: ::speed_t = 0o000005;
266 pub const B200: ::speed_t = 0o000006;
267 pub const B300: ::speed_t = 0o000007;
268 pub const B600: ::speed_t = 0o000010;
269 pub const B1200: ::speed_t = 0o000011;
[all …]

12345678910>>...246