Searched defs:uioa_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Duio.h107 * Extended uio_t uioa_t used for asynchronous uio.
139 } uioa_t; typedef in typeref:struct:uioa_s
157 /* Async I/O Support, intend to replace uioa_t. */
221 * uio_t (uioa_t), to uioasync enabled consumers. Unlike above all
222 * consumers of a uioa_t require the uio_extflg to be initialized.
227 #define UIO_ASYNC 0x0002 /* uio_t is really a uioa_t */
250 int uioamove(void *, size_t, enum uio_rw, uioa_t *);
251 int uioainit(uio_t *, uioa_t *);
252 int uioafini(uio_t *, uioa_t *);

Completed in 59 milliseconds