Home
last modified time | relevance | path

Searched refs:Winsize (Results 1 – 25 of 39) sorted by relevance

12

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_openbsd.go116 func IoctlSetWinsize(fd int, req uint, value *Winsize) error { argument
132 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
133 var value Winsize
Dsyscall_netbsd.go148 func IoctlSetWinsize(fd int, req uint, value *Winsize) error { argument
164 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
165 var value Winsize
Dsyscall_dragonfly.go146 func IoctlSetWinsize(fd int, req uint, value *Winsize) error { argument
162 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
163 var value Winsize
Dsyscall_darwin.go316 func IoctlSetWinsize(fd int, req uint, value *Winsize) error { argument
332 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
333 var value Winsize
Dsyscall_freebsd.go367 func IoctlSetWinsize(fd int, req uint, value *Winsize) error { argument
383 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
384 var value Winsize
Dsyscall_solaris.go539 func IoctlSetWinsize(fd int, req uint, value *Winsize) (err error) { argument
557 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
558 var value Winsize
Dtypes_netbsd.go249 type Winsize C.struct_winsize type
Dtypes_darwin.go247 type Winsize C.struct_winsize type
Dtypes_openbsd.go254 type Winsize C.struct_winsize type
Dztypes_solaris_amd64.go435 type Winsize struct { struct
Dtypes_dragonfly.go252 type Winsize C.struct_winsize type
Dztypes_netbsd_386.go398 type Winsize struct { struct
Dtypes_solaris.go266 type Winsize C.struct_winsize type
Dztypes_netbsd_amd64.go405 type Winsize struct { struct
Dztypes_darwin_arm.go451 type Winsize struct { struct
Dztypes_openbsd_amd64.go447 type Winsize struct { struct
Dztypes_openbsd_arm.go440 type Winsize struct { struct
Dztypes_netbsd_arm.go403 type Winsize struct { struct
Dztypes_darwin_amd64.go460 type Winsize struct { struct
Dztypes_darwin_386.go450 type Winsize struct { struct
Dztypes_dragonfly_amd64.go449 type Winsize struct { struct
Dztypes_darwin_arm64.go460 type Winsize struct { struct
Dtypes_freebsd.go367 type Winsize C.struct_winsize type
Dztypes_openbsd_386.go447 type Winsize struct { struct
Dztypes_freebsd_arm.go512 type Winsize struct { struct

12