func syscall.sendfile
2 uses
syscall (current package)
syscall_darwin_arm64.go#L44: func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
syscall_unix.go#L364: return sendfile(outfd, infd, offset, count)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)