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}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |