golang.org/x/sys/unix.Iovec.SetLen (method)

8 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L1519: 				iova[0].SetLen(1)
		syscall_linux.go#L1556: 				iova[0].SetLen(1)
		syscall_linux.go#L1989: 		v.SetLen(len(b))
		syscall_linux_amd64.go#L116: func (iov *Iovec) SetLen(length int) {
		syscall_unix.go#L351: 		iov[0].SetLen(len(p))
		syscall_unix.go#L370: 			iov[i].SetLen(len(buffers[i]))
		syscall_unix.go#L419: 		iov[0].SetLen(len(p))
		syscall_unix.go#L440: 			iov[i].SetLen(len(buffers[i]))