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

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.c83 nsc_off_t dest_off);
123 * by "src" begining at index "dest_off" and copy to buffer "dest".
126 * dest_off - first location to copy data to.
165 * "dest_off".
170 * dest_off - first location to copy data to.
175 nsc_off_t dest_off)
184 blk_start = dest_off / CACHE_BLOCK_SIZE;
185 blk_end = (dest_off + len) / CACHE_BLOCK_SIZE;
189 dest_off -= CACHE_BLOCK_SIZE;
192 nlen = min(len, CACHE_BLOCK_SIZE - dest_off);
174 sdbc_anon_copy(caddr_t src, nsc_size_t len, _sd_cctl_t *dest, nsc_off_t dest_off) argument
[all...]

Completed in 46 milliseconds