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

/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c476 errorq_availbit(ulong_t *bitmap, size_t nbits, index_t curindex) argument
479 index_t rval, nextindex = curindex + 1;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c1161 * after curindex.
1164 kmem_io_index_next(int curindex) argument
1168 for (n = curindex + 1; n < MAX_MEM_RANGES; n++) {

Completed in 1187 milliseconds