Searched defs:entry_present (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c591 aio_req_t *entry_present, aio_req_t *entry_missing)
601 if (entry_present == reqp)
607 ASSERT(entry_present == NULL || found == 1);
590 aio_verify_queue(aio_req_t *head, aio_req_t *entry_present, aio_req_t *entry_missing) argument

Completed in 58 milliseconds