/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | syscall_openbsd.go | 116 func IoctlSetWinsize(fd int, req uint, value *Winsize) error { argument 132 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) { 133 var value Winsize
|
D | syscall_netbsd.go | 148 func IoctlSetWinsize(fd int, req uint, value *Winsize) error { argument 164 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) { 165 var value Winsize
|
D | syscall_dragonfly.go | 146 func IoctlSetWinsize(fd int, req uint, value *Winsize) error { argument 162 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) { 163 var value Winsize
|
D | syscall_darwin.go | 316 func IoctlSetWinsize(fd int, req uint, value *Winsize) error { argument 332 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) { 333 var value Winsize
|
D | syscall_freebsd.go | 367 func IoctlSetWinsize(fd int, req uint, value *Winsize) error { argument 383 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) { 384 var value Winsize
|
D | syscall_solaris.go | 539 func IoctlSetWinsize(fd int, req uint, value *Winsize) (err error) { argument 557 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) { 558 var value Winsize
|
D | types_netbsd.go | 249 type Winsize C.struct_winsize type
|
D | types_darwin.go | 247 type Winsize C.struct_winsize type
|
D | types_openbsd.go | 254 type Winsize C.struct_winsize type
|
D | ztypes_solaris_amd64.go | 435 type Winsize struct { struct
|
D | types_dragonfly.go | 252 type Winsize C.struct_winsize type
|
D | ztypes_netbsd_386.go | 398 type Winsize struct { struct
|
D | types_solaris.go | 266 type Winsize C.struct_winsize type
|
D | ztypes_netbsd_amd64.go | 405 type Winsize struct { struct
|
D | ztypes_darwin_arm.go | 451 type Winsize struct { struct
|
D | ztypes_openbsd_amd64.go | 447 type Winsize struct { struct
|
D | ztypes_openbsd_arm.go | 440 type Winsize struct { struct
|
D | ztypes_netbsd_arm.go | 403 type Winsize struct { struct
|
D | ztypes_darwin_amd64.go | 460 type Winsize struct { struct
|
D | ztypes_darwin_386.go | 450 type Winsize struct { struct
|
D | ztypes_dragonfly_amd64.go | 449 type Winsize struct { struct
|
D | ztypes_darwin_arm64.go | 460 type Winsize struct { struct
|
D | types_freebsd.go | 367 type Winsize C.struct_winsize type
|
D | ztypes_openbsd_386.go | 447 type Winsize struct { struct
|
D | ztypes_freebsd_arm.go | 512 type Winsize struct { struct
|