func syscall.Pread
2 uses
syscall (current package)
zsyscall_linux_amd64.go#L1214: func Pread(fd int, p []byte, offset int64) (n int, err error) {
internal/poll
fd_unix.go#L193: n, err = syscall.Pread(fd.Sysfd, p, off)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)