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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c547 ulong_t sapidx, dapidx; local
554 dapidx = d_idx & ANON_CHUNK_OFF;
555 chknp = ANON_CHUNK_SIZE - MAX(sapidx, dapidx);
569 bcopy((sap + sapidx), (dap + dapidx),

Completed in 79 milliseconds