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

/osnet-11/usr/src/lib/libc/inc/
H A Dasyncio.h68 typedef struct aio_lio aio_lio_t; typedef in typeref:struct:aio_lio
87 aio_lio_t *lio_next; /* pointer to next on freelist */
143 aio_lio_t *req_head; /* list head for LIO */
269 extern int _aio_rw(aiocb_t *, aio_lio_t *, aio_worker_t **, int, int);
271 extern int _aio_rw64(aiocb64_t *, aio_lio_t *, aio_worker_t **, int, int);
285 extern aio_lio_t *_aio_lio_alloc(void);
286 extern void _aio_lio_free(aio_lio_t *);

Completed in 16 milliseconds