Expand description
Vectored I/O
Structs
- IoVecDeprecatedA vector of buffers.
- A slice of memory in a remote process, starting at address
baseand consisting oflenbytes.
Functions
- Low-level read from a file, with specified offset.
- Read from
fdatoffsetfilling buffers iniov. - Read data directly from another process’s virtual memory (see
process_vm_readv(2)). - Write data directly to another process’s virtual memory (see
process_vm_writev(2)). - Low-level write to a file, with specified offset.
- Write to
fdatoffsetfrom buffers iniov. - Low-level vectored read from a raw file descriptor
- Low-level vectored write to a raw file descriptor