/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | syscall_openbsd.go | 120 func IoctlSetTermios(fd int, req uint, value *Termios) error { argument 138 func IoctlGetTermios(fd int, req uint) (*Termios, error) { 139 var value Termios
|
D | syscall_netbsd.go | 152 func IoctlSetTermios(fd int, req uint, value *Termios) error { argument 170 func IoctlGetTermios(fd int, req uint) (*Termios, error) { 171 var value Termios
|
D | syscall_dragonfly.go | 150 func IoctlSetTermios(fd int, req uint, value *Termios) error { argument 168 func IoctlGetTermios(fd int, req uint) (*Termios, error) { 169 var value Termios
|
D | syscall_darwin.go | 320 func IoctlSetTermios(fd int, req uint, value *Termios) error { argument 338 func IoctlGetTermios(fd int, req uint) (*Termios, error) { 339 var value Termios
|
D | syscall_freebsd.go | 371 func IoctlSetTermios(fd int, req uint, value *Termios) error { argument 389 func IoctlGetTermios(fd int, req uint) (*Termios, error) { 390 var value Termios
|
D | syscall_solaris.go | 543 func IoctlSetTermios(fd int, req uint, value *Termios) (err error) { argument 563 func IoctlGetTermios(fd int, req uint) (*Termios, error) { 564 var value Termios
|
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 | ztypes_solaris_amd64.go | 416 type Termios struct { struct
|
D | types_dragonfly.go | 250 type Termios C.struct_termios type
|
D | ztypes_netbsd_386.go | 388 type Termios struct { struct
|
D | types_solaris.go | 262 type Termios C.struct_termios type
|
D | ztypes_netbsd_amd64.go | 395 type Termios struct { struct
|
D | ztypes_darwin_arm.go | 441 type Termios struct { struct
|
D | ztypes_openbsd_amd64.go | 437 type Termios struct { struct
|
D | ztypes_openbsd_arm.go | 430 type Termios struct { struct
|
D | ztypes_netbsd_arm.go | 393 type Termios struct { struct
|
D | ztypes_darwin_amd64.go | 449 type Termios struct { struct
|
D | ztypes_darwin_386.go | 440 type Termios struct { struct
|
D | ztypes_dragonfly_amd64.go | 439 type Termios struct { struct
|
D | ztypes_darwin_arm64.go | 449 type Termios struct { struct
|
D | types_freebsd.go | 365 type Termios C.struct_termios type
|
D | ztypes_openbsd_386.go | 437 type Termios struct { struct
|
/external/syzkaller/vm/vmimpl/ |
D | console.go | 29 var term unix.Termios
|