Searched defs:entry_missing (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)
603 if (entry_missing == reqp)
608 ASSERT(entry_missing == NULL || present == 0);
590 aio_verify_queue(aio_req_t *head, aio_req_t *entry_present, aio_req_t *entry_missing) argument

Completed in 60 milliseconds