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

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Daio_subr.c157 reqp->aio_req_flags |= AIO_PAGELOCKDONE;
240 ASSERT(reqp->aio_req_flags & AIO_PENDING);
242 reqp->aio_req_flags &= ~AIO_PENDING;
243 reqp_flags = reqp->aio_req_flags;
246 if (reqp->aio_req_flags & AIO_CLOSE_PORT) {
289 pollqflag = (reqp->aio_req_flags & AIO_POLL);
395 (reqp->aio_req_flags & AIO_SOLARIS) &&
399 reqp->aio_req_flags |= AIO_SIGNALLED;
458 reqp->aio_req_flags |= AIO_ZEROLEN;
479 if (reqp->aio_req_flags
[all...]
H A Daio.c862 q2work->aio_req_flags &= ~AIO_DONEQ;
1900 if ((ent->aio_req_flags & AIO_PENDING) == 0) {
1919 if ((ent->aio_req_flags & AIO_PENDING) != 0) {
2004 reqp->aio_req_flags |= AIO_POLL;
2188 reqp->aio_req_flags |= AIO_POLL;
2254 reqp->aio_req_flags |= AIO_PHYSIODONE;
2289 if (ent->aio_req_flags & AIO_DONEQ) {
2324 if (ent->aio_req_flags & AIO_DONEQ) {
2346 ASSERT(reqp->aio_req_flags & AIO_DONEQ);
2368 reqp->aio_req_flags
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Daio_impl.h81 int aio_req_flags; /* flags */ member in struct:aio_req_t
147 * aio_req_flags for an aio_req_t

Completed in 45 milliseconds