Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.c83 nsc_off_t dest_off);
175 nsc_off_t dest_off) in sdbc_anon_copy() argument
184 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()