Searched refs:aio_flags (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c262 if (aiop->aio_flags & AIO_CLEANUP) {
288 cleanupqflag = (aiop->aio_flags & AIO_CLEANUP);
319 aiop->aio_flags |= AIO_DONE_ACTIVE;
334 if (aiop->aio_flags & AIO_CLEANUP)
336 aiop->aio_flags &= ~AIO_DONE_ACTIVE;
379 if (aiop->aio_flags & AIO_WAITN) {
783 if (!(aiop->aio_flags & AIO_SOLARIS_REQ))
811 if (exitflag || ((aiop->aio_flags & AIO_CLEANUP_PORT) == 0)) {
813 if (aiop->aio_flags & AIO_CLEANUP)
814 aiop->aio_flags |
[all...]
H A Daio.c672 while (aiop->aio_flags & AIO_WAITN) {
679 aiop->aio_flags |= AIO_WAITN_PENDING;
714 aiop->aio_flags |= AIO_WAITN;
787 aiop->aio_flags &= ~AIO_WAITN;
788 if (aiop->aio_flags & AIO_WAITN_PENDING) {
789 aiop->aio_flags &= ~AIO_WAITN_PENDING;
2025 if (aiop->aio_flags & AIO_REQ_BLOCK)
2228 if (aiop->aio_flags & AIO_REQ_BLOCK)
2263 if (aiop->aio_flags & AIO_REQ_BLOCK)
2385 if (aiop->aio_doneq == NULL && (aiop->aio_flags
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h109 int aio_flags; /* flags */ member in struct:aio
136 * aio_flags for an aio_t.

Completed in 53 milliseconds