func syscall.Read
4 uses
syscall (current package)
syscall_unix.go#L187: func Read(fd int, p []byte) (n int, err error) {
internal/poll
fd_unix.go#L163: n, err := ignoringEINTRIO(syscall.Read, fd.Sysfd, p)
time
sys_unix.go#L28: return syscall.Read(int(fd), buf)
sys_unix.go#L44: m, err := syscall.Read(int(fd), buf)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)