type golang.org/x/sys/unix.Iovec
36 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L1502: func KeyctlInstantiateIOV(id int, payload []Iovec, ringid int) error {
syscall_linux.go#L1549: func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSockaddrAny) (n, oobn int, recvflags int, err error) {
syscall_linux.go#L1563: var iova [1]Iovec
syscall_linux.go#L1584: func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen _Socklen, flags int) (n int, err error) {
syscall_linux.go#L1600: var iova [1]Iovec
syscall_linux.go#L1751: var iov Iovec
syscall_linux.go#L1758: var iov Iovec
syscall_linux.go#L2169: func appendBytes(vecs []Iovec, bs [][]byte) []Iovec {
syscall_linux.go#L2171: var v Iovec
syscall_linux.go#L2190: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L2198: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L2207: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L2215: func readvRacedetect(iovecs []Iovec, n int, err error) {
syscall_linux.go#L2232: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L2243: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L2255: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L2266: func writevRacedetect(iovecs []Iovec, n int) {
syscall_linux.go#L2298: func Vmsplice(fd int, iovs []Iovec, flags int) (int, error) {
syscall_linux_amd64.go#L114: func (iov *Iovec) SetLen(length int) {
syscall_unix.go#L364: var iov [1]Iovec
syscall_unix.go#L382: iov := make([]Iovec, len(buffers))
syscall_unix.go#L432: var iov [1]Iovec
syscall_unix.go#L452: iov := make([]Iovec, len(buffers))
syscall_unix.go#L601: func emptyIovecs(iov []Iovec) bool {
zsyscall_linux.go#L323: func keyctlIOV(cmd int, arg2 int, payload []Iovec, arg5 int) (err error) {
zsyscall_linux.go#L1754: func readv(fd int, iovs []Iovec) (n int, err error) {
zsyscall_linux.go#L1771: func writev(fd int, iovs []Iovec) (n int, err error) {
zsyscall_linux.go#L1788: func preadv(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n int, err error) {
zsyscall_linux.go#L1805: func pwritev(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n int, err error) {
zsyscall_linux.go#L1822: func preadv2(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr, flags int) (n int, err error) {
zsyscall_linux.go#L1839: func pwritev2(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr, flags int) (n int, err error) {
zsyscall_linux.go#L2033: func ProcessVMReadv(pid int, localIov []Iovec, remoteIov []RemoteIovec, flags uint) (n int, err error) {
zsyscall_linux.go#L2056: func ProcessVMWritev(pid int, localIov []Iovec, remoteIov []RemoteIovec, flags uint) (n int, err error) {
ztypes_linux_amd64.go#L153: type Iovec struct {
ztypes_linux_amd64.go#L161: Iov *Iovec