Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Dvm_anon.c547 ulong_t sapidx, dapidx; in anon_copy_ptr() local
553 sapidx = s_idx & ANON_CHUNK_OFF; in anon_copy_ptr()
555 chknp = ANON_CHUNK_SIZE - MAX(sapidx, dapidx); in anon_copy_ptr()
569 bcopy((sap + sapidx), (dap + dapidx), in anon_copy_ptr()