syscall.Iovec.Base (field)
8 uses
syscall (current package)
syscall_linux.go#L776: iov.Base = &p[0]
syscall_linux.go#L789: iov.Base = &dummy
syscall_linux.go#L812: iov.Base = &p[0]
syscall_linux.go#L825: iov.Base = &dummy
syscall_linux.go#L964: iov.Base = (*byte)(unsafe.Pointer(regsout))
syscall_linux.go#L971: iov.Base = (*byte)(unsafe.Pointer(regs))
ztypes_linux_amd64.go#L210: Base *byte
internal/poll
iovec_unix.go#L12: return syscall.Iovec{Base: base}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)