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