Searched defs:aio_lio (Results 1 – 2 of 2) sorted by relevance
84 struct aio_lio { struct87 aio_lio_t *lio_next; /* pointer to next on freelist */ argument88 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 …]
59 typedef struct aio_lio { struct62 struct aio_lio *lio_next; /* free list pointer */ argument67 } aio_lio_t; argument