Home
last modified time | relevance | path

Searched refs:dapidx (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c545 ulong_t sapidx, dapidx; in anon_copy_ptr() local
552 dapidx = d_idx & ANON_CHUNK_OFF; in anon_copy_ptr()
553 chknp = ANON_CHUNK_SIZE - MAX(sapidx, dapidx); in anon_copy_ptr()
567 bcopy((sap + sapidx), (dap + dapidx), in anon_copy_ptr()