Home
last modified time | relevance | path

Searched defs:uioa_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Duio.h121 typedef struct uioa_s { struct
133 uint32_t uioa_state; /* state of asynch i/o */ argument
134 ssize_t uioa_mbytes; /* bytes that have been uioamove()ed */
135 uioa_page_t *uioa_lcur; /* pointer into uioa_locked[] */
136 void **uioa_lppp; /* pointer into lcur->uioa_ppp[] */
137 void *uioa_hwst[4]; /* opaque hardware state */
138 uioa_page_t uioa_locked[UIOA_IOV_MAX]; /* Per iov locked pages */