Searched refs:tgt_byte_offset (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c25768 daddr_t tgt_byte_offset; /* rmw - byte offset for target */ local
25957 tgt_byte_offset = blkno * un->un_sys_blocksize;
25959 if ((tgt_byte_offset % un->un_tgt_blocksize) ||
25966 tgt_blkno = tgt_byte_offset / un->un_tgt_blocksize;
25968 ((tgt_byte_offset + tgt_byte_count +
26002 tgt_blkno = tgt_byte_offset / un->un_tgt_blocksize;

Completed in 133 milliseconds