|
|
1.1 root 1: /* uio.h 6.1 83/07/29 */
2:
3: struct iovec {
4: caddr_t iov_base;
5: int iov_len;
6: };
7:
8: struct uio {
9: struct iovec *uio_iov;
10: int uio_iovcnt;
11: int uio_offset;
12: int uio_segflg;
13: int uio_resid;
14: };
15:
16: enum uio_rw { UIO_READ, UIO_WRITE };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.