Home
last modified time | relevance | path

Searched defs:Termios (Results 1 – 25 of 40) sorted by relevance

12

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_darwin_amd64.go449 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
Dztypes_darwin_arm64.go449 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
Dztypes_netbsd_amd64.go395 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
Dztypes_netbsd_arm.go393 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
Dztypes_netbsd_386.go388 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
Dztypes_darwin_arm.go441 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
Dztypes_openbsd_amd64.go437 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
Dztypes_openbsd_arm.go430 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
Dztypes_openbsd_386.go437 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
Dztypes_darwin_386.go440 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
Dztypes_dragonfly_amd64.go439 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
Dztypes_solaris_amd64.go416 type Termios struct { struct
417 Iflag uint32
418 Oflag uint32
419 Cflag uint32
420 Lflag uint32
421 Cc [19]uint8
422 _ [1]byte
Dztypes_freebsd_arm.go502 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
Dztypes_freebsd_amd64.go502 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
Dztypes_freebsd_386.go499 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
Dztypes_linux_sparc64.go681 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
Dsyscall_netbsd.go152 func IoctlSetTermios(fd int, req uint, value *Termios) error {
Dsyscall_dragonfly.go150 func IoctlSetTermios(fd int, req uint, value *Termios) error {
Dsyscall_openbsd.go120 func IoctlSetTermios(fd int, req uint, value *Termios) error {
Dtypes_netbsd.go247 type Termios C.struct_termios type
Dtypes_darwin.go245 type Termios C.struct_termios type
Dtypes_openbsd.go252 type Termios C.struct_termios type
Dtypes_dragonfly.go250 type Termios C.struct_termios type
Dtypes_solaris.go262 type Termios C.struct_termios type
Dsyscall_freebsd.go371 func IoctlSetTermios(fd int, req uint, value *Termios) error {

12