type golang.org/x/sys/unix.Iovec
38 uses
golang.org/x/sys/unix (current package)
readv_unix.go#L20: func appendBytes(vecs []Iovec, bs [][]byte) []Iovec {
readv_unix.go#L22: var v Iovec
readv_unix.go#L36: func writevRaceDetect(iovecs []Iovec, n int) {
readv_unix.go#L51: func readvRaceDetect(iovecs []Iovec, n int, err error) {
readv_unix.go#L68: iovecs := make([]Iovec, 0, minIovec)
readv_unix.go#L76: iovecs := make([]Iovec, 0, minIovec)
readv_unix.go#L84: iovecs := make([]Iovec, 0, minIovec)
readv_unix.go#L95: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L1500: func KeyctlInstantiateIOV(id int, payload []Iovec, ringid int) error {
syscall_linux.go#L1547: func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSockaddrAny) (n, oobn int, recvflags int, err error) {
syscall_linux.go#L1561: var iova [1]Iovec
syscall_linux.go#L1582: func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen _Socklen, flags int) (n int, err error) {
syscall_linux.go#L1598: var iova [1]Iovec
syscall_linux.go#L1749: var iov Iovec
syscall_linux.go#L1756: var iov Iovec
syscall_linux.go#L2164: func preadv(fd int, iovecs []Iovec, offset int64) (n int, err error) {
syscall_linux.go#L2170: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L2178: func pwritev(fd int, iovecs []Iovec, offset int64) (n int, err error) {
syscall_linux.go#L2184: iovecs := make([]Iovec, 0, minIovec)
syscall_linux.go#L2214: 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#L384: iov := make([]Iovec, len(buffers))
syscall_unix.go#L436: var iov [1]Iovec
syscall_unix.go#L456: iov := make([]Iovec, len(buffers))
syscall_unix.go#L605: 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 preadvSyscall(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n int, err error) {
zsyscall_linux.go#L1805: func pwritevSyscall(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n int, err error) {
zsyscall_linux.go#L1822: func preadv2Syscall(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr, flags int) (n int, err error) {
zsyscall_linux.go#L1839: func pwritev2Syscall(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