![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
POSIX scatter/gather I/O types (<sys/uio.h>) More...

Go to the source code of this file.
Data Structures | |
| struct | iovec |
| Scatter/gather array element. More... | |
Functions | |
| ssize_t | readv (int fildes, const struct iovec *iov, int iovcnt) |
| Read data into multiple buffers (scatter input). | |
| ssize_t | writev (int fildes, const struct iovec *iov, int iovcnt) |
| Write data from multiple buffers (gather output). | |
POSIX scatter/gather I/O types (<sys/uio.h>)
Definition in file uio.h.