sl@0: /** @file ../include/sys/uio.h sl@0: @internalComponent sl@0: */ sl@0: sl@0: /** @fn readv(int d, const struct iovec *iov, int iovcnt) sl@0: @param d sl@0: @param iov sl@0: @param iovcnt sl@0: sl@0: Refer to read() for the documentation sl@0: sl@0: @see dup() sl@0: @see fcntl() sl@0: @see getdirentries() sl@0: @see open() sl@0: @see pipe() sl@0: @see select() sl@0: @see socket() sl@0: @see socketpair() sl@0: @see fread() sl@0: @see readdir() sl@0: sl@0: sl@0: sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @fn writev(int fd, const struct iovec *iov, int iovcnt) sl@0: @param fd sl@0: @param iov sl@0: @param iovcnt sl@0: sl@0: Refer to write() for the documentation sl@0: sl@0: @see fcntl() sl@0: @see lseek() sl@0: @see open() sl@0: @see pipe() sl@0: @see select() sl@0: sl@0: sl@0: sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @enum uio_seg sl@0: sl@0: Segment flag values. Contians, sl@0: UIO_USERSPACE, from user data space sl@0: UIO_SYSSPACE, from system space sl@0: UIO_NOCOPY, don't copy, already in object sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @enum uio_rw sl@0: sl@0: Contains read write flags, UIO_READ, UIO_WRITE sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: sl@0: