Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/inc/
H A Dasyncio.h84 struct aio_lio { struct
87 aio_lio_t *lio_next; /* pointer to next on freelist */ argument
88 char lio_mode; /* LIO_WAIT/LIO_NOWAIT */
89 char lio_canned; /* lio was canceled */
90 char lio_largefile; /* largefile operation */
91 char lio_waiting; /* waiting in __lio_listio() */
92 int lio_nent; /* Number of list I/O's */
93 int lio_refcnt; /* outstanding I/O's */
94 int lio_event; /* Event number for notification */
95 int lio_port; /* Port number for notification */
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Daio_impl.h59 typedef struct aio_lio { struct
62 struct aio_lio *lio_next; /* free list pointer */ argument
67 } aio_lio_t; argument