/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/ |
D | termios.rs | 156 pub struct Termios { struct 176 impl Termios { argument 234 impl From<libc::termios> for Termios { implementation 813 pub fn cfmakeraw(termios: &mut Termios) { in cfmakeraw() 826 pub fn cfmakesane(termios: &mut Termios) { in cfmakesane() 840 pub fn tcgetattr<Fd: AsFd>(fd: Fd) -> Result<Termios> { in tcgetattr() 861 termios: &Termios, in tcsetattr()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | syscall_hurd_386.go | 20 type Termios struct { struct 21 Iflag uint32 22 Oflag uint32 23 Cflag uint32 24 Lflag uint32 25 Cc [20]uint8 26 Ispeed int32 27 Ospeed int32
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/termios/ |
D | types.rs | 11 pub struct Termios { struct 14 pub input_modes: InputModes, 18 pub output_modes: OutputModes, 22 pub control_modes: ControlModes, 26 pub local_modes: LocalModes, 38 pub line_discipline: c::cc_t, 43 pub special_codes: SpecialCodes, 46 pub(crate) __reserved: [c::c_uint; 3], 74 impl Termios { argument 210 impl core::fmt::Debug for Termios { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/termios/ |
D | syscalls.rs | 37 pub(crate) fn tcgetattr(fd: BorrowedFd<'_>) -> io::Result<Termios> { in tcgetattr() 105 termios: &Termios, in tcsetattr() 202 pub(crate) fn set_speed(termios: &mut Termios, arbitrary_speed: u32) -> io::Result<()> { in set_speed() 220 pub(crate) fn set_output_speed(termios: &mut Termios, arbitrary_speed: u32) -> io::Result<()> { in set_output_speed() 236 pub(crate) fn set_input_speed(termios: &mut Termios, arbitrary_speed: u32) -> io::Result<()> { in set_input_speed() 250 pub(crate) fn cfmakeraw(termios: &mut Termios) { in cfmakeraw()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/termios/ |
D | syscalls.rs | 32 pub(crate) fn tcgetattr(fd: BorrowedFd<'_>) -> io::Result<Termios> { in tcgetattr() 140 termios: &Termios, in tcsetattr() 258 pub(crate) fn set_speed(termios: &mut Termios, arbitrary_speed: u32) -> io::Result<()> { in set_speed() 300 pub(crate) fn set_output_speed(termios: &mut Termios, arbitrary_speed: u32) -> io::Result<()> { in set_output_speed() 340 pub(crate) fn set_input_speed(termios: &mut Termios, arbitrary_speed: u32) -> io::Result<()> { in set_input_speed() 380 pub(crate) fn cfmakeraw(termios: &mut Termios) { in cfmakeraw()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | ztypes_netbsd_arm64.go | 390 type Termios struct { struct 391 Iflag uint32 392 Oflag uint32 393 Cflag uint32 394 Lflag uint32 395 Cc [20]uint8 396 Ispeed int32 397 Ospeed int32
|
D | ztypes_netbsd_amd64.go | 390 type Termios struct { struct 391 Iflag uint32 392 Oflag uint32 393 Cflag uint32 394 Lflag uint32 395 Cc [20]uint8 396 Ispeed int32 397 Ospeed int32
|
D | ztypes_netbsd_arm.go | 388 type Termios struct { struct 389 Iflag uint32 390 Oflag uint32 391 Cflag uint32 392 Lflag uint32 393 Cc [20]uint8 394 Ispeed int32 395 Ospeed int32
|
D | ztypes_netbsd_386.go | 383 type Termios struct { struct 384 Iflag uint32 385 Oflag uint32 386 Cflag uint32 387 Lflag uint32 388 Cc [20]uint8 389 Ispeed int32 390 Ospeed int32
|
D | ztypes_darwin_arm64.go | 457 type Termios struct { struct 458 Iflag uint64 459 Oflag uint64 460 Cflag uint64 461 Lflag uint64 462 Cc [20]uint8 463 Pad_cgo_0 [4]byte 464 Ispeed uint64 465 Ospeed uint64
|
D | ztypes_darwin_amd64.go | 457 type Termios struct { struct 458 Iflag uint64 459 Oflag uint64 460 Cflag uint64 461 Lflag uint64 462 Cc [20]uint8 463 Pad_cgo_0 [4]byte 464 Ispeed uint64 465 Ospeed uint64
|
D | ztypes_aix_ppc64.go | 282 type Termios struct { struct 283 Iflag uint32 284 Oflag uint32 285 Cflag uint32 286 Lflag uint32 287 Cc [16]uint8
|
D | ztypes_solaris_amd64.go | 369 type Termios struct { struct 370 Iflag uint32 371 Oflag uint32 372 Cflag uint32 373 Lflag uint32 374 Cc [19]uint8 375 Pad_cgo_0 [1]byte
|
D | ztypes_openbsd_arm64.go | 435 type Termios struct { struct 436 Iflag uint32 437 Oflag uint32 438 Cflag uint32 439 Lflag uint32 440 Cc [20]uint8 441 Ispeed int32 442 Ospeed int32
|
D | ztypes_openbsd_arm.go | 442 type Termios struct { struct 443 Iflag uint32 444 Oflag uint32 445 Cflag uint32 446 Lflag uint32 447 Cc [20]uint8 448 Ispeed int32 449 Ospeed int32
|
D | ztypes_openbsd_ppc64.go | 438 type Termios struct { struct 439 Iflag uint32 440 Oflag uint32 441 Cflag uint32 442 Lflag uint32 443 Cc [20]uint8 444 Ispeed int32 445 Ospeed int32
|
D | ztypes_openbsd_amd64.go | 450 type Termios struct { struct 451 Iflag uint32 452 Oflag uint32 453 Cflag uint32 454 Lflag uint32 455 Cc [20]uint8 456 Ispeed int32 457 Ospeed int32
|
D | ztypes_openbsd_riscv64.go | 438 type Termios struct { struct 439 Iflag uint32 440 Oflag uint32 441 Cflag uint32 442 Lflag uint32 443 Cc [20]uint8 444 Ispeed int32 445 Ospeed int32
|
D | ztypes_openbsd_386.go | 443 type Termios struct { struct 444 Iflag uint32 445 Oflag uint32 446 Cflag uint32 447 Lflag uint32 448 Cc [20]uint8 449 Ispeed int32 450 Ospeed int32
|
D | ztypes_dragonfly_amd64.go | 445 type Termios struct { struct 446 Iflag uint32 447 Oflag uint32 448 Cflag uint32 449 Lflag uint32 450 Cc [20]uint8 451 Ispeed uint32 452 Ospeed uint32
|
D | ztypes_openbsd_mips64.go | 435 type Termios struct { struct 436 Iflag uint32 437 Oflag uint32 438 Cflag uint32 439 Lflag uint32 440 Cc [20]uint8 441 Ispeed int32 442 Ospeed int32
|
D | ztypes_linux_arm64.go | 586 type Termios struct { struct 587 Iflag uint32 588 Oflag uint32 589 Cflag uint32 590 Lflag uint32 591 Line uint8 592 Cc [32]uint8 593 Pad_cgo_0 [3]byte 594 Ispeed uint32 595 Ospeed uint32
|
D | ztypes_linux_ppc64le.go | 596 type Termios struct { struct 597 Iflag uint32 598 Oflag uint32 599 Cflag uint32 600 Lflag uint32 601 Line uint8 602 Cc [32]uint8 603 Pad_cgo_0 [3]byte 604 Ispeed uint32 605 Ospeed uint32
|
D | ztypes_linux_s390x.go | 610 type Termios struct { struct 611 Iflag uint32 612 Oflag uint32 613 Cflag uint32 614 Lflag uint32 615 Line uint8 616 Cc [32]uint8 617 _ [3]byte 618 Ispeed uint32 619 Ospeed uint32
|
D | ztypes_linux_ppc64.go | 596 type Termios struct { struct 597 Iflag uint32 598 Oflag uint32 599 Cflag uint32 600 Lflag uint32 601 Line uint8 602 Cc [32]uint8 603 Pad_cgo_0 [3]byte 604 Ispeed uint32 605 Ospeed uint32
|