Home
last modified time | relevance | path

Searched refs:Termios (Results 1 – 25 of 41) sorted by relevance

12

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_openbsd.go120 func IoctlSetTermios(fd int, req uint, value *Termios) error { argument
138 func IoctlGetTermios(fd int, req uint) (*Termios, error) {
139 var value Termios
Dsyscall_netbsd.go152 func IoctlSetTermios(fd int, req uint, value *Termios) error { argument
170 func IoctlGetTermios(fd int, req uint) (*Termios, error) {
171 var value Termios
Dsyscall_dragonfly.go150 func IoctlSetTermios(fd int, req uint, value *Termios) error { argument
168 func IoctlGetTermios(fd int, req uint) (*Termios, error) {
169 var value Termios
Dsyscall_darwin.go320 func IoctlSetTermios(fd int, req uint, value *Termios) error { argument
338 func IoctlGetTermios(fd int, req uint) (*Termios, error) {
339 var value Termios
Dsyscall_freebsd.go371 func IoctlSetTermios(fd int, req uint, value *Termios) error { argument
389 func IoctlGetTermios(fd int, req uint) (*Termios, error) {
390 var value Termios
Dsyscall_solaris.go543 func IoctlSetTermios(fd int, req uint, value *Termios) (err error) { argument
563 func IoctlGetTermios(fd int, req uint) (*Termios, error) {
564 var value Termios
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
Dztypes_solaris_amd64.go416 type Termios struct { struct
Dtypes_dragonfly.go250 type Termios C.struct_termios type
Dztypes_netbsd_386.go388 type Termios struct { struct
Dtypes_solaris.go262 type Termios C.struct_termios type
Dztypes_netbsd_amd64.go395 type Termios struct { struct
Dztypes_darwin_arm.go441 type Termios struct { struct
Dztypes_openbsd_amd64.go437 type Termios struct { struct
Dztypes_openbsd_arm.go430 type Termios struct { struct
Dztypes_netbsd_arm.go393 type Termios struct { struct
Dztypes_darwin_amd64.go449 type Termios struct { struct
Dztypes_darwin_386.go440 type Termios struct { struct
Dztypes_dragonfly_amd64.go439 type Termios struct { struct
Dztypes_darwin_arm64.go449 type Termios struct { struct
Dtypes_freebsd.go365 type Termios C.struct_termios type
Dztypes_openbsd_386.go437 type Termios struct { struct
/external/syzkaller/vm/vmimpl/
Dconsole.go29 var term unix.Termios

12