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

10 uses

	golang.org/x/sys/unix (current package)
		readv_unix.go#L23: 		v.SetLen(len(b))
		syscall_linux.go#L1563: 				iova[0].SetLen(1)
		syscall_linux.go#L1600: 				iova[0].SetLen(1)
		syscall_linux.go#L1751: 	iov.SetLen(int(unsafe.Sizeof(*regsout)))
		syscall_linux.go#L1758: 	iov.SetLen(int(unsafe.Sizeof(*regs)))
		syscall_linux_amd64.go#L114: func (iov *Iovec) SetLen(length int) {
		syscall_unix.go#L367: 		iov[0].SetLen(len(p))
		syscall_unix.go#L388: 			iov[i].SetLen(len(buffers[i]))
		syscall_unix.go#L439: 		iov[0].SetLen(len(p))
		syscall_unix.go#L460: 			iov[i].SetLen(len(buffers[i]))