/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_darwin_amd64.go | 449 type Termios struct { struct 450 Iflag uint64 451 Oflag uint64 452 Cflag uint64 453 Lflag uint64 454 Cc [20]uint8 455 _ [4]byte 456 Ispeed uint64 457 Ospeed uint64
|
D | ztypes_darwin_arm64.go | 449 type Termios struct { struct 450 Iflag uint64 451 Oflag uint64 452 Cflag uint64 453 Lflag uint64 454 Cc [20]uint8 455 _ [4]byte 456 Ispeed uint64 457 Ospeed uint64
|
D | ztypes_netbsd_amd64.go | 395 type Termios struct { struct 396 Iflag uint32 397 Oflag uint32 398 Cflag uint32 399 Lflag uint32 400 Cc [20]uint8 401 Ispeed int32 402 Ospeed int32
|
D | ztypes_netbsd_arm.go | 393 type Termios struct { struct 394 Iflag uint32 395 Oflag uint32 396 Cflag uint32 397 Lflag uint32 398 Cc [20]uint8 399 Ispeed int32 400 Ospeed int32
|
D | ztypes_netbsd_386.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_darwin_arm.go | 441 type Termios struct { struct 442 Iflag uint32 443 Oflag uint32 444 Cflag uint32 445 Lflag uint32 446 Cc [20]uint8 447 Ispeed uint32 448 Ospeed uint32
|
D | ztypes_openbsd_amd64.go | 437 type Termios struct { struct 438 Iflag uint32 439 Oflag uint32 440 Cflag uint32 441 Lflag uint32 442 Cc [20]uint8 443 Ispeed int32 444 Ospeed int32
|
D | ztypes_openbsd_arm.go | 430 type Termios struct { struct 431 Iflag uint32 432 Oflag uint32 433 Cflag uint32 434 Lflag uint32 435 Cc [20]uint8 436 Ispeed int32 437 Ospeed int32
|
D | ztypes_openbsd_386.go | 437 type Termios struct { struct 438 Iflag uint32 439 Oflag uint32 440 Cflag uint32 441 Lflag uint32 442 Cc [20]uint8 443 Ispeed int32 444 Ospeed int32
|
D | ztypes_darwin_386.go | 440 type Termios struct { struct 441 Iflag uint32 442 Oflag uint32 443 Cflag uint32 444 Lflag uint32 445 Cc [20]uint8 446 Ispeed uint32 447 Ospeed uint32
|
D | ztypes_dragonfly_amd64.go | 439 type Termios struct { struct 440 Iflag uint32 441 Oflag uint32 442 Cflag uint32 443 Lflag uint32 444 Cc [20]uint8 445 Ispeed uint32 446 Ospeed uint32
|
D | ztypes_solaris_amd64.go | 416 type Termios struct { struct 417 Iflag uint32 418 Oflag uint32 419 Cflag uint32 420 Lflag uint32 421 Cc [19]uint8 422 _ [1]byte
|
D | ztypes_freebsd_arm.go | 502 type Termios struct { struct 503 Iflag uint32 504 Oflag uint32 505 Cflag uint32 506 Lflag uint32 507 Cc [20]uint8 508 Ispeed uint32 509 Ospeed uint32
|
D | ztypes_freebsd_amd64.go | 502 type Termios struct { struct 503 Iflag uint32 504 Oflag uint32 505 Cflag uint32 506 Lflag uint32 507 Cc [20]uint8 508 Ispeed uint32 509 Ospeed uint32
|
D | ztypes_freebsd_386.go | 499 type Termios struct { struct 500 Iflag uint32 501 Oflag uint32 502 Cflag uint32 503 Lflag uint32 504 Cc [20]uint8 505 Ispeed uint32 506 Ospeed uint32
|
D | ztypes_linux_sparc64.go | 681 type Termios struct { struct 682 Iflag uint32 683 Oflag uint32 684 Cflag uint32 685 Lflag uint32 686 Line uint8 687 Cc [19]uint8 688 Ispeed uint32 689 Ospeed uint32
|
D | syscall_netbsd.go | 152 func IoctlSetTermios(fd int, req uint, value *Termios) error {
|
D | syscall_dragonfly.go | 150 func IoctlSetTermios(fd int, req uint, value *Termios) error {
|
D | syscall_openbsd.go | 120 func IoctlSetTermios(fd int, req uint, value *Termios) error {
|
D | types_netbsd.go | 247 type Termios C.struct_termios type
|
D | types_darwin.go | 245 type Termios C.struct_termios type
|
D | types_openbsd.go | 252 type Termios C.struct_termios type
|
D | types_dragonfly.go | 250 type Termios C.struct_termios type
|
D | types_solaris.go | 262 type Termios C.struct_termios type
|
D | syscall_freebsd.go | 371 func IoctlSetTermios(fd int, req uint, value *Termios) error {
|