/prebuilts/go/darwin-x86/src/syscall/ |
zsysnum_freebsd_386.go | 239 SYS_FSTATFS = 397 // { int fstatfs(int fd, struct statfs *buf); }
|
zsysnum_freebsd_amd64.go | 239 SYS_FSTATFS = 397 // { int fstatfs(int fd, struct statfs *buf); }
|
zsysnum_freebsd_arm.go | 239 SYS_FSTATFS = 397 // { int fstatfs(int fd, struct statfs *buf); }
|
zsyscall_dragonfly_amd64.go | 513 _, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(stat)), 0)
|
zsyscall_freebsd_386.go | 477 _, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(stat)), 0)
|
zsyscall_freebsd_amd64.go | 477 _, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(stat)), 0)
|
zsyscall_freebsd_arm.go | 477 _, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(stat)), 0)
|
zsyscall_linux_s390x.go | 1189 _, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0) [all...] |
zsyscall_openbsd_386.go | 494 _, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(stat)), 0)
|
zsyscall_openbsd_amd64.go | 494 _, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(stat)), 0)
|
zsyscall_openbsd_arm.go | 494 _, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(stat)), 0)
|
/prebuilts/go/linux-x86/src/syscall/ |
zsysnum_dragonfly_amd64.go | 113 SYS_FSTATFS = 158 // { int fstatfs(int fd, struct statfs *buf); }
|
zsysnum_freebsd_386.go | 239 SYS_FSTATFS = 397 // { int fstatfs(int fd, struct statfs *buf); }
|
zsysnum_freebsd_amd64.go | 239 SYS_FSTATFS = 397 // { int fstatfs(int fd, struct statfs *buf); }
|
zsysnum_freebsd_arm.go | 239 SYS_FSTATFS = 397 // { int fstatfs(int fd, struct statfs *buf); }
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-amd64-linux.c | 625 GENXY(__NR_fstatfs, sys_fstatfs), // 138 [all...] |
syswrap-arm-linux.c | 672 GENXY(__NR_fstatfs, sys_fstatfs), // 100 [all...] |
syswrap-arm64-linux.c | 660 GENXY(__NR_fstatfs, sys_fstatfs), // 44 [all...] |
syswrap-ppc32-linux.c | 736 GENXY(__NR_fstatfs, sys_fstatfs), // 100 [all...] |
syswrap-ppc64-linux.c | 655 GENXY(__NR_fstatfs, sys_fstatfs), // 100 [all...] |
syswrap-s390x-linux.c | 536 GENXY(__NR_fstatfs, sys_fstatfs), // 100 [all...] |
syswrap-generic.c | [all...] |
syswrap-mips32-linux.c | 822 GENXY (__NR_fstatfs, sys_fstatfs), // 100 [all...] |
/prebuilts/go/darwin-x86/api/ |
go1.3.txt | [all...] |
/prebuilts/go/linux-x86/api/ |
go1.3.txt | [all...] |