syscall.Iovec.Base (field)

8 uses

	syscall (current package)
		syscall_linux.go#L774: 		iov.Base = &p[0]
		syscall_linux.go#L787: 				iov.Base = &dummy
		syscall_linux.go#L810: 		iov.Base = &p[0]
		syscall_linux.go#L823: 				iov.Base = &dummy
		syscall_linux.go#L962: 	iov.Base = (*byte)(unsafe.Pointer(regsout))
		syscall_linux.go#L969: 	iov.Base = (*byte)(unsafe.Pointer(regs))
		ztypes_linux_amd64.go#L210: 	Base *byte

	internal/poll
		iovec_unix.go#L12: 	return syscall.Iovec{Base: base}