/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | syscall_linux_mipsx.go | 78 func Fstatfs(fd int, buf *Statfs_t) (err error) { argument 86 func Statfs(path string, buf *Statfs_t) (err error) { argument
|
D | syscall_linux_arm.go | 145 func Fstatfs(fd int, buf *Statfs_t) (err error) { argument 153 func Statfs(path string, buf *Statfs_t) (err error) { argument
|
D | syscall_openbsd.go | 85 func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { argument 90 bufsize = unsafe.Sizeof(Statfs_t{}) * uintptr(len(buf))
|
D | syscall_dragonfly.go | 115 func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { argument 120 bufsize = unsafe.Sizeof(Statfs_t{}) * uintptr(len(buf))
|
D | syscall_darwin.go | 164 func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { argument 169 bufsize = unsafe.Sizeof(Statfs_t{}) * uintptr(len(buf))
|
D | syscall_linux_386.go | 342 func Fstatfs(fd int, buf *Statfs_t) (err error) { argument 350 func Statfs(path string, buf *Statfs_t) (err error) { argument
|
D | syscall_freebsd.go | 117 func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { argument 122 bufsize = unsafe.Sizeof(Statfs_t{}) * uintptr(len(buf))
|
D | types_netbsd.go | 107 type Statfs_t C.struct_statfs type
|
D | types_darwin.go | 112 type Statfs_t C.struct_statfs64 type
|
D | types_openbsd.go | 123 type Statfs_t C.struct_statfs type
|
D | types_dragonfly.go | 122 type Statfs_t C.struct_statfs type
|
D | ztypes_netbsd_386.go | 79 type Statfs_t [0]byte type
|
D | ztypes_netbsd_amd64.go | 83 type Statfs_t [0]byte type
|
D | ztypes_darwin_arm.go | 83 type Statfs_t struct { struct
|
D | ztypes_openbsd_amd64.go | 96 type Statfs_t struct { struct
|
D | ztypes_openbsd_arm.go | 95 type Statfs_t struct { struct
|
D | ztypes_netbsd_arm.go | 84 type Statfs_t [0]byte type
|
D | ztypes_darwin_amd64.go | 87 type Statfs_t struct { struct
|
D | ztypes_darwin_386.go | 82 type Statfs_t struct { struct
|
D | ztypes_dragonfly_amd64.go | 98 type Statfs_t struct { struct
|
D | ztypes_darwin_arm64.go | 87 type Statfs_t struct { struct
|
D | types_freebsd.go | 211 type Statfs_t C.struct_statfs type
|
D | ztypes_openbsd_386.go | 95 type Statfs_t struct { struct
|
D | ztypes_freebsd_arm.go | 98 type Statfs_t struct { struct
|
D | ztypes_freebsd_amd64.go | 96 type Statfs_t struct { struct
|