readv - vectored read from file
#include <sys/uio.h> ssize_t readv(int fildes, const struct iovec *iov, int iovcnt);
Refer to read().