Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h78 typedef struct aio_req_t { struct
84 struct aio_req_t *aio_req_next; /* doneq and pollq pointers */ argument
85 struct aio_req_t *aio_req_prev; /* doubly linked list */ argument
86 struct aio_req_t *aio_hash_next; /* next in a hash bucket */ argument
98 } aio_req_t; argument
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h68 typedef struct aio_req aio_req_t; typedef