type syscall.Iovec

12 uses

	syscall (current package)
		syscall_linux.go#L647: 	var iov Iovec
		syscall_linux.go#L683: 	var iov Iovec
		syscall_linux_amd64.go#L111: func (iov *Iovec) SetLen(length int) {
		ztypes_linux_amd64.go#L211: type Iovec struct {
		ztypes_linux_amd64.go#L236: 	Iov        *Iovec

	internal/poll
		fd_unix.go#L29: 	iovecs *[]syscall.Iovec
		fd_writev_unix.go#L14: func writev(fd int, iovecs []syscall.Iovec) (uintptr, error) {
		iovec_unix.go#L11: func newIovecWithBase(base *byte) syscall.Iovec {
		iovec_unix.go#L12: 	return syscall.Iovec{Base: base}
		writev.go#L24: 	var iovecs []syscall.Iovec
		writev.go#L55: 			fd.iovecs = new([]syscall.Iovec)
		writev.go#L68: 			iovecs[i] = syscall.Iovec{}