type golang.org/x/sys/unix.RemoteIovec
3 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2502: type RemoteIovec struct {
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) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)