Home
last modified time | relevance | path

Searched defs:termio (Results 1 – 20 of 20) sorted by relevance

/third_party/ltp/include/lapi/
Dioctl.h29 struct termio struct
31 unsigned short int c_iflag; /* input mode flags */
32 unsigned short int c_oflag; /* output mode flags */
33 unsigned short int c_cflag; /* control mode flags */
34 unsigned short int c_lflag; /* local mode flags */
35 unsigned char c_line; /* line discipline */
36 unsigned char c_cc[NCC]; /* control characters */
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl01.c30 static struct termio termio; variable
Dioctl02.c76 static struct termio termio, save_io; variable
/third_party/ltp/testcases/kernel/pty/
Dptem01.c56 struct termio termio; in test1() local
/third_party/toybox/lib/
Dtty.c81 struct termios termio; in set_terminal() local
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs4149 pub struct termio { struct
4150 pub c_iflag: crate::ctypes::c_ushort,
4151 pub c_oflag: crate::ctypes::c_ushort,
4152 pub c_cflag: crate::ctypes::c_ushort,
4153 pub c_lflag: crate::ctypes::c_ushort,
4154 pub c_line: crate::ctypes::c_uchar,
4155 pub c_cc: [crate::ctypes::c_uchar; 8usize],
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs4207 pub struct termio { struct
4208 pub c_iflag: crate::ctypes::c_ushort,
4209 pub c_oflag: crate::ctypes::c_ushort,
4210 pub c_cflag: crate::ctypes::c_ushort,
4211 pub c_lflag: crate::ctypes::c_ushort,
4212 pub c_line: crate::ctypes::c_uchar,
4213 pub c_cc: [crate::ctypes::c_uchar; 8usize],
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs4255 pub struct termio { struct
4256 pub c_iflag: crate::ctypes::c_ushort,
4257 pub c_oflag: crate::ctypes::c_ushort,
4258 pub c_cflag: crate::ctypes::c_ushort,
4259 pub c_lflag: crate::ctypes::c_ushort,
4260 pub c_line: crate::ctypes::c_uchar,
4261 pub c_cc: [crate::ctypes::c_uchar; 8usize],
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs4313 pub struct termio { struct
4314 pub c_iflag: crate::ctypes::c_ushort,
4315 pub c_oflag: crate::ctypes::c_ushort,
4316 pub c_cflag: crate::ctypes::c_ushort,
4317 pub c_lflag: crate::ctypes::c_ushort,
4318 pub c_line: crate::ctypes::c_uchar,
4319 pub c_cc: [crate::ctypes::c_uchar; 10usize],
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs4229 pub struct termio { struct
4230 pub c_iflag: crate::ctypes::c_ushort,
4231 pub c_oflag: crate::ctypes::c_ushort,
4232 pub c_cflag: crate::ctypes::c_ushort,
4233 pub c_lflag: crate::ctypes::c_ushort,
4234 pub c_line: crate::ctypes::c_uchar,
4235 pub c_cc: [crate::ctypes::c_uchar; 8usize],
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs4198 pub struct termio { struct
4199 pub c_iflag: crate::ctypes::c_ushort,
4200 pub c_oflag: crate::ctypes::c_ushort,
4201 pub c_cflag: crate::ctypes::c_ushort,
4202 pub c_lflag: crate::ctypes::c_ushort,
4203 pub c_line: crate::ctypes::c_uchar,
4204 pub c_cc: [crate::ctypes::c_uchar; 8usize],
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs4286 pub struct termio { struct
4287 pub c_iflag: crate::ctypes::c_ushort,
4288 pub c_oflag: crate::ctypes::c_ushort,
4289 pub c_cflag: crate::ctypes::c_ushort,
4290 pub c_lflag: crate::ctypes::c_ushort,
4291 pub c_line: crate::ctypes::c_uchar,
4292 pub c_cc: [crate::ctypes::c_uchar; 8usize],
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs4341 pub struct termio { struct
4342 pub c_iflag: crate::ctypes::c_ushort,
4343 pub c_oflag: crate::ctypes::c_ushort,
4344 pub c_cflag: crate::ctypes::c_ushort,
4345 pub c_lflag: crate::ctypes::c_ushort,
4346 pub c_line: crate::ctypes::c_uchar,
4347 pub c_cc: [crate::ctypes::c_uchar; 10usize],
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs4169 pub struct termio { struct
4170 pub c_iflag: crate::ctypes::c_ushort,
4171 pub c_oflag: crate::ctypes::c_ushort,
4172 pub c_cflag: crate::ctypes::c_ushort,
4173 pub c_lflag: crate::ctypes::c_ushort,
4174 pub c_line: crate::ctypes::c_uchar,
4175 pub c_cc: [crate::ctypes::c_uchar; 8usize],
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs4171 pub struct termio { struct
4172 pub c_iflag: crate::ctypes::c_ushort,
4173 pub c_oflag: crate::ctypes::c_ushort,
4174 pub c_cflag: crate::ctypes::c_ushort,
4175 pub c_lflag: crate::ctypes::c_ushort,
4176 pub c_line: crate::ctypes::c_uchar,
4177 pub c_cc: [crate::ctypes::c_uchar; 8usize],
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs4383 pub struct termio { struct
4384 pub c_iflag: crate::ctypes::c_ushort,
4385 pub c_oflag: crate::ctypes::c_ushort,
4386 pub c_cflag: crate::ctypes::c_ushort,
4387 pub c_lflag: crate::ctypes::c_ushort,
4388 pub c_line: crate::ctypes::c_char,
4389 pub c_cc: [crate::ctypes::c_uchar; 23usize],
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs4491 pub struct termio { struct
4501 pub struct termios { argument
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs4447 pub struct termio { struct
4448 pub c_iflag: crate::ctypes::c_ushort,
4449 pub c_oflag: crate::ctypes::c_ushort,
4450 pub c_cflag: crate::ctypes::c_ushort,
4451 pub c_lflag: crate::ctypes::c_ushort,
4452 pub c_line: crate::ctypes::c_char,
4453 pub c_cc: [crate::ctypes::c_uchar; 23usize],
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs4461 pub struct termio { struct
4471 pub struct termios { argument
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h65280 struct termio { struct
65281 short unsigned int c_iflag;
65282 short unsigned int c_oflag;
65283 short unsigned int c_cflag;
65284 short unsigned int c_lflag;
65285 unsigned char c_line;
65286 unsigned char c_cc[8];