syscall.Iovec.Base (field)

6 uses

	syscall (current package)
		syscall_bsd.go#L380: 		iov.Base = (*byte)(unsafe.Pointer(&p[0]))
		syscall_bsd.go#L387: 			iov.Base = &dummy
		syscall_bsd.go#L428: 		iov.Base = (*byte)(unsafe.Pointer(&p[0]))
		syscall_bsd.go#L435: 			iov.Base = &dummy
		ztypes_darwin_amd64.go#L211: 	Base *byte

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