Searched refs:dest_off (Results 1 – 1 of 1) sorted by relevance
83 nsc_off_t dest_off);175 nsc_off_t dest_off) in sdbc_anon_copy() argument184 blk_start = dest_off / CACHE_BLOCK_SIZE; in sdbc_anon_copy()185 blk_end = (dest_off + len) / CACHE_BLOCK_SIZE; in sdbc_anon_copy()189 dest_off -= CACHE_BLOCK_SIZE; in sdbc_anon_copy()192 nlen = min(len, CACHE_BLOCK_SIZE - dest_off); in sdbc_anon_copy()193 bcopy(src, &dest->anon_data[dest_off], (size_t)nlen); in sdbc_anon_copy()