Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ uio(5) — Reliant UNIX 5.44c4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

read(2)

write(2)

uio(5)                                                               uio(5)

NAME
     uio - definitions for vector I/O operations

SYNOPSIS
     #include <sys/uio.h>

DESCRIPTION
     The <sys/uio.h> header defines the iovec structure that includes at
     least the following members:

     void   *iovbase    Base address of a memory region for input or out-
                         put.

     sizet  iovlen     The size of the memory pointed to by iovbase.

     The following are declared as functions and may also be defined as
     macros:

     ssizet readv(int fildes, const struct iovec *iov, int iovcnt);
     ssizet writev(int fildes, const struct iovec *iov, int iovcnt);

SEE ALSO
     read(2), write(2).
































Page 1                       Reliant UNIX 5.44                Printed 11/98

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026