HomeSort by relevance Sort by last modified time
    Searched full:sys_lseek (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/src/runtime/
syscall_nacl.h 10 #define SYS_lseek 14
  /prebuilts/go/linux-x86/src/runtime/
syscall_nacl.h 10 #define SYS_lseek 14
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_nacl_386.go 60 _, _, e1 := Syscall(sys_lseek, uintptr(fd), uintptr(unsafe.Pointer(off)), uintptr(whence))
zsyscall_nacl_amd64p32.go 60 _, _, e1 := Syscall(sys_lseek, uintptr(fd), uintptr(unsafe.Pointer(off)), uintptr(whence))
zsyscall_nacl_arm.go 60 _, _, e1 := Syscall(sys_lseek, uintptr(fd), uintptr(unsafe.Pointer(off)), uintptr(whence))
zsysnum_openbsd_386.go 144 SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
zsysnum_openbsd_amd64.go 144 SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
zsysnum_openbsd_arm.go 150 SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
syscall_linux_amd64.go 27 //sys Seek(fd int, offset int64, whence int) (off int64, err error) = SYS_LSEEK
syscall_linux_arm64.go 22 //sys Seek(fd int, offset int64, whence int) (off int64, err error) = SYS_LSEEK
syscall_linux_ppc64x.go 30 //sys Seek(fd int, offset int64, whence int) (off int64, err error) = SYS_LSEEK
zsysnum_linux_amd64.go 17 SYS_LSEEK = 8
zsysnum_linux_arm64.go 71 SYS_LSEEK = 62
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_nacl_386.go 60 _, _, e1 := Syscall(sys_lseek, uintptr(fd), uintptr(unsafe.Pointer(off)), uintptr(whence))
zsyscall_nacl_amd64p32.go 60 _, _, e1 := Syscall(sys_lseek, uintptr(fd), uintptr(unsafe.Pointer(off)), uintptr(whence))
zsyscall_nacl_arm.go 60 _, _, e1 := Syscall(sys_lseek, uintptr(fd), uintptr(unsafe.Pointer(off)), uintptr(whence))
zsysnum_openbsd_386.go 144 SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
zsysnum_openbsd_amd64.go 144 SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
zsysnum_openbsd_arm.go 150 SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
syscall_linux_amd64.go 27 //sys Seek(fd int, offset int64, whence int) (off int64, err error) = SYS_LSEEK
syscall_linux_arm64.go 22 //sys Seek(fd int, offset int64, whence int) (off int64, err error) = SYS_LSEEK
syscall_linux_ppc64x.go 30 //sys Seek(fd int, offset int64, whence int) (off int64, err error) = SYS_LSEEK
zsysnum_linux_amd64.go 17 SYS_LSEEK = 8
zsysnum_linux_arm64.go 71 SYS_LSEEK = 62
  /bionic/libc/include/sys/
glibc-syscalls.h 134 #define SYS_lseek __NR_lseek
471 #define SYS_lseek __NR_lseek
830 #define SYS_lseek __NR_lseek
    [all...]

Completed in 584 milliseconds

1 2 3 4 5 6 7