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