type golang.org/x/sys/unix.Iovec
34 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L1456: func KeyctlInstantiateIOV(id int, payload []Iovec, ringid int) error {
syscall_linux.go#L1503: func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSockaddrAny) (n, oobn int, recvflags int, err error) {
syscall_linux.go#L1517: var iova [1]Iovec
syscall_linux.go#L1538: func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen _Socklen, flags int) (n int, err error) {
syscall_linux.go#L1554: var iova [1]Iovec
syscall_linux.go#L1986: func appendBytes(vecs []Iovec, bs [][]byte) []Iovec {
syscall_linux.go#L1988: var v Iovec
syscall_linux.go#L2007: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L2015: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L2024: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L2032: func readvRacedetect(iovecs []Iovec, n int, err error) {
syscall_linux.go#L2052: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L2063: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L2075: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L2086: func writevRacedetect(iovecs []Iovec, n int) {
syscall_linux.go#L2129: func Vmsplice(fd int, iovs []Iovec, flags int) (int, error) {
syscall_linux_amd64.go#L116: func (iov *Iovec) SetLen(length int) {
syscall_unix.go#L348: var iov [1]Iovec
syscall_unix.go#L366: iov := make([]Iovec, len(buffers))
syscall_unix.go#L416: var iov [1]Iovec
syscall_unix.go#L436: iov := make([]Iovec, len(buffers))
syscall_unix.go#L582: func emptyIovecs(iov []Iovec) bool {
zsyscall_linux.go#L309: func keyctlIOV(cmd int, arg2 int, payload []Iovec, arg5 int) (err error) {
zsyscall_linux.go#L1759: func readv(fd int, iovs []Iovec) (n int, err error) {
zsyscall_linux.go#L1776: func writev(fd int, iovs []Iovec) (n int, err error) {
zsyscall_linux.go#L1793: func preadv(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n int, err error) {
zsyscall_linux.go#L1810: func pwritev(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n int, err error) {
zsyscall_linux.go#L1827: func preadv2(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr, flags int) (n int, err error) {
zsyscall_linux.go#L1844: func pwritev2(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr, flags int) (n int, err error) {
zsyscall_linux.go#L2027: func ProcessVMReadv(pid int, localIov []Iovec, remoteIov []RemoteIovec, flags uint) (n int, err error) {
zsyscall_linux.go#L2050: func ProcessVMWritev(pid int, localIov []Iovec, remoteIov []RemoteIovec, flags uint) (n int, err error) {
ztypes_linux_amd64.go#L154: type Iovec struct {
ztypes_linux_amd64.go#L162: Iov *Iovec