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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c807 int copy_offset, int copy_len)
815 if (copy_offset < 0)
817 if ((copy_offset + copy_len) > src_mbc->max_bytes)
823 offset = copy_offset;
806 smb_mbc_copy(mbuf_chain_t *dst_mbc, const mbuf_chain_t *src_mbc, int copy_offset, int copy_len) argument
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c8499 int copy_offset, shd_offset; local
8504 copy_offset = FBA_SIZE(ip->bi_copyfba);
8506 bcopy(ip->bi_bitmap+shd_offset, ip->bi_bitmap+copy_offset, len);
8523 int copy_offset, shd_offset; local
8528 copy_offset = FBA_SIZE(ip->bi_copyfba);
8530 copy = ip->bi_bitmap + copy_offset;
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c13116 ssize_t copy_offset; local
13207 * copy_offset gives the offset (in bytes) from the start of the first
13213 copy_offset = bsp->mbs_copy_offset;
13215 ASSERT((copy_offset >= 0) &&
13216 (copy_offset < un->un_phy_blocksize));
13218 ASSERT((copy_offset >= 0) &&
13219 (copy_offset < un->un_tgt_blocksize));
13223 request_end = shadow_start + copy_offset + orig_bp->b_bcount;
13276 bcopy(orig_bp->b_un.b_addr, bp->b_un.b_addr + copy_offset,
13311 * copy_offset compensate
[all...]

Completed in 92 milliseconds