Home
last modified time | relevance | path

Searched refs:Statfs_t (Results 1 – 25 of 57) sorted by relevance

123

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_linux_mipsx.go78 func Fstatfs(fd int, buf *Statfs_t) (err error) { argument
86 func Statfs(path string, buf *Statfs_t) (err error) { argument
Dsyscall_linux_arm.go145 func Fstatfs(fd int, buf *Statfs_t) (err error) { argument
153 func Statfs(path string, buf *Statfs_t) (err error) { argument
Dsyscall_openbsd.go85 func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { argument
90 bufsize = unsafe.Sizeof(Statfs_t{}) * uintptr(len(buf))
Dsyscall_dragonfly.go115 func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { argument
120 bufsize = unsafe.Sizeof(Statfs_t{}) * uintptr(len(buf))
Dsyscall_darwin.go164 func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { argument
169 bufsize = unsafe.Sizeof(Statfs_t{}) * uintptr(len(buf))
Dsyscall_linux_386.go342 func Fstatfs(fd int, buf *Statfs_t) (err error) { argument
350 func Statfs(path string, buf *Statfs_t) (err error) { argument
Dsyscall_freebsd.go117 func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { argument
122 bufsize = unsafe.Sizeof(Statfs_t{}) * uintptr(len(buf))
Dtypes_netbsd.go107 type Statfs_t C.struct_statfs type
Dtypes_darwin.go112 type Statfs_t C.struct_statfs64 type
Dtypes_openbsd.go123 type Statfs_t C.struct_statfs type
Dtypes_dragonfly.go122 type Statfs_t C.struct_statfs type
Dztypes_netbsd_386.go79 type Statfs_t [0]byte type
Dztypes_netbsd_amd64.go83 type Statfs_t [0]byte type
Dztypes_darwin_arm.go83 type Statfs_t struct { struct
Dztypes_openbsd_amd64.go96 type Statfs_t struct { struct
Dztypes_openbsd_arm.go95 type Statfs_t struct { struct
Dztypes_netbsd_arm.go84 type Statfs_t [0]byte type
Dztypes_darwin_amd64.go87 type Statfs_t struct { struct
Dztypes_darwin_386.go82 type Statfs_t struct { struct
Dztypes_dragonfly_amd64.go98 type Statfs_t struct { struct
Dztypes_darwin_arm64.go87 type Statfs_t struct { struct
Dtypes_freebsd.go211 type Statfs_t C.struct_statfs type
Dztypes_openbsd_386.go95 type Statfs_t struct { struct
Dztypes_freebsd_arm.go98 type Statfs_t struct { struct
Dztypes_freebsd_amd64.go96 type Statfs_t struct { struct

123