Home
last modified time | relevance | path

Searched defs:ktermios (Results 1 – 15 of 15) sorted by relevance

/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs4129 pub struct ktermios { struct
4130 pub c_iflag: tcflag_t,
4131 pub c_oflag: tcflag_t,
4132 pub c_cflag: tcflag_t,
4133 pub c_lflag: tcflag_t,
4134 pub c_line: cc_t,
4135 pub c_cc: [cc_t; 19usize],
4136 pub c_ispeed: speed_t,
4137 pub c_ospeed: speed_t,
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs4187 pub struct ktermios { struct
4188 pub c_iflag: tcflag_t,
4189 pub c_oflag: tcflag_t,
4190 pub c_cflag: tcflag_t,
4191 pub c_lflag: tcflag_t,
4192 pub c_line: cc_t,
4193 pub c_cc: [cc_t; 19usize],
4194 pub c_ispeed: speed_t,
4195 pub c_ospeed: speed_t,
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs4235 pub struct ktermios { struct
4236 pub c_iflag: tcflag_t,
4237 pub c_oflag: tcflag_t,
4238 pub c_cflag: tcflag_t,
4239 pub c_lflag: tcflag_t,
4240 pub c_line: cc_t,
4241 pub c_cc: [cc_t; 19usize],
4242 pub c_ispeed: speed_t,
4243 pub c_ospeed: speed_t,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs4264 pub struct ktermios { struct
4265 pub c_iflag: tcflag_t,
4266 pub c_oflag: tcflag_t,
4267 pub c_cflag: tcflag_t,
4268 pub c_lflag: tcflag_t,
4269 pub c_cc: [cc_t; 19usize],
4270 pub c_line: cc_t,
4271 pub c_ispeed: speed_t,
4272 pub c_ospeed: speed_t,
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs4209 pub struct ktermios { struct
4210 pub c_iflag: tcflag_t,
4211 pub c_oflag: tcflag_t,
4212 pub c_cflag: tcflag_t,
4213 pub c_lflag: tcflag_t,
4214 pub c_line: cc_t,
4215 pub c_cc: [cc_t; 19usize],
4216 pub c_ispeed: speed_t,
4217 pub c_ospeed: speed_t,
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs4178 pub struct ktermios { struct
4179 pub c_iflag: tcflag_t,
4180 pub c_oflag: tcflag_t,
4181 pub c_cflag: tcflag_t,
4182 pub c_lflag: tcflag_t,
4183 pub c_line: cc_t,
4184 pub c_cc: [cc_t; 19usize],
4185 pub c_ispeed: speed_t,
4186 pub c_ospeed: speed_t,
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs4266 pub struct ktermios { struct
4267 pub c_iflag: tcflag_t,
4268 pub c_oflag: tcflag_t,
4269 pub c_cflag: tcflag_t,
4270 pub c_lflag: tcflag_t,
4271 pub c_line: cc_t,
4272 pub c_cc: [cc_t; 19usize],
4273 pub c_ispeed: speed_t,
4274 pub c_ospeed: speed_t,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs4292 pub struct ktermios { struct
4293 pub c_iflag: tcflag_t,
4294 pub c_oflag: tcflag_t,
4295 pub c_cflag: tcflag_t,
4296 pub c_lflag: tcflag_t,
4297 pub c_cc: [cc_t; 19usize],
4298 pub c_line: cc_t,
4299 pub c_ispeed: speed_t,
4300 pub c_ospeed: speed_t,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs4149 pub struct ktermios { struct
4150 pub c_iflag: tcflag_t,
4151 pub c_oflag: tcflag_t,
4152 pub c_cflag: tcflag_t,
4153 pub c_lflag: tcflag_t,
4154 pub c_line: cc_t,
4155 pub c_cc: [cc_t; 19usize],
4156 pub c_ispeed: speed_t,
4157 pub c_ospeed: speed_t,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs4151 pub struct ktermios { struct
4152 pub c_iflag: tcflag_t,
4153 pub c_oflag: tcflag_t,
4154 pub c_cflag: tcflag_t,
4155 pub c_lflag: tcflag_t,
4156 pub c_line: cc_t,
4157 pub c_cc: [cc_t; 19usize],
4158 pub c_ispeed: speed_t,
4159 pub c_ospeed: speed_t,
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs4334 pub struct ktermios { struct
4335 pub c_iflag: tcflag_t,
4336 pub c_oflag: tcflag_t,
4337 pub c_cflag: tcflag_t,
4338 pub c_lflag: tcflag_t,
4339 pub c_line: cc_t,
4340 pub c_cc: [cc_t; 23usize],
4341 pub c_ispeed: speed_t,
4342 pub c_ospeed: speed_t,
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs4523 pub struct ktermios { struct
4524 pub c_iflag: tcflag_t,
4525 pub c_oflag: tcflag_t,
4526 pub c_cflag: tcflag_t,
4527 pub c_lflag: tcflag_t,
4528 pub c_line: cc_t,
4529 pub c_cc: [cc_t; 19usize],
4530 pub c_ispeed: speed_t,
4531 pub c_ospeed: speed_t,
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs4398 pub struct ktermios { struct
4399 pub c_iflag: tcflag_t,
4400 pub c_oflag: tcflag_t,
4401 pub c_cflag: tcflag_t,
4402 pub c_lflag: tcflag_t,
4403 pub c_line: cc_t,
4404 pub c_cc: [cc_t; 23usize],
4405 pub c_ispeed: speed_t,
4406 pub c_ospeed: speed_t,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs4493 pub struct ktermios { struct
4494 pub c_iflag: tcflag_t,
4495 pub c_oflag: tcflag_t,
4496 pub c_cflag: tcflag_t,
4497 pub c_lflag: tcflag_t,
4498 pub c_line: cc_t,
4499 pub c_cc: [cc_t; 19usize],
4500 pub c_ispeed: speed_t,
4501 pub c_ospeed: speed_t,
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h11093 struct ktermios { struct
11094 tcflag_t c_iflag;
11095 tcflag_t c_oflag;
11096 tcflag_t c_cflag;
11097 tcflag_t c_lflag;
11098 cc_t c_line;
11099 cc_t c_cc[19];
11100 speed_t c_ispeed;
11101 speed_t c_ospeed;