func syscall.Pread
2 uses
syscall (current package)
zsyscall_darwin_arm64.go#L1191: func Pread(fd int, p []byte, offset int64) (n int, err error) {
internal/poll
fd_unix.go#L192: n, err = syscall.Pread(fd.Sysfd, p, off)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)