Lines Matching defs:aio_lio
84 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 */
96 int lio_signo; /* Signal number for notification */
97 union sigval lio_sigval; /* Signal parameter */
98 uintptr_t lio_object; /* for SIGEV_THREAD or SIGEV_PORT */
99 struct sigevent *lio_sigevent; /* Notification function and attr. */