Expand description
Vectored I/O
Structs§
- IoVec
Deprecated - A vector of buffers.
- Remote
IoVec - A slice of memory in a remote process, starting at address
base
and consisting oflen
bytes.
Functions§
- pread
- Low-level read from a file, with specified offset.
- preadv
- Read from
fd
atoffset
filling buffers iniov
. - process_
vm_ readv - Read data directly from another process’s virtual memory
(see
process_vm_readv
(2)). - process_
vm_ writev - Write data directly to another process’s virtual memory
(see
process_vm_writev
(2)). - pwrite
- Low-level write to a file, with specified offset.
- pwritev
- Write to
fd
atoffset
from buffers iniov
. - readv
- Low-level vectored read from a raw file descriptor
- writev
- Low-level vectored write to a raw file descriptor