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

10 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L1565: 				iova[0].SetLen(1)
		syscall_linux.go#L1602: 				iova[0].SetLen(1)
		syscall_linux.go#L1753: 	iov.SetLen(int(unsafe.Sizeof(*regsout)))
		syscall_linux.go#L1760: 	iov.SetLen(int(unsafe.Sizeof(*regs)))
		syscall_linux.go#L2172: 		v.SetLen(len(b))
		syscall_linux_amd64.go#L114: func (iov *Iovec) SetLen(length int) {
		syscall_unix.go#L367: 		iov[0].SetLen(len(p))
		syscall_unix.go#L386: 			iov[i].SetLen(len(buffers[i]))
		syscall_unix.go#L435: 		iov[0].SetLen(len(p))
		syscall_unix.go#L456: 			iov[i].SetLen(len(buffers[i]))