Lines Matching defs:uio_t
104 } uio_t;
107 * Extended uio_t uioa_t used for asynchronous uio.
152 uio_t xu_uio; /* Embedded UIO structure */
221 * uio_t (uioa_t), to uioasync enabled consumers. Unlike above all
227 #define UIO_ASYNC 0x0002 /* uio_t is really a uioa_t */
242 int uiomove(void *, size_t, enum uio_rw, uio_t *);
243 void uio_prefaultpages(ssize_t, uio_t *);
244 int uiocopy(void *, size_t, enum uio_rw, uio_t *, size_t *);
245 int ureadc(int, uio_t *); /* should be errno_t in future */
247 void uioskip(uio_t *, size_t);
248 int uiodup(uio_t *, uio_t *, iovec_t *, int);
251 int uioainit(uio_t *, uioa_t *);
252 int uioafini(uio_t *, uioa_t *);