Home | History | Annotate | Download | only in syscall

Lines Matching full:infd

1421 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
1422 r0, _, e1 := Syscall6(SYS_SENDFILE, uintptr(outfd), uintptr(infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)