Searched refs:syncoff (Results 1 – 2 of 2) sorted by relevance
587 off_t syncoff, left; in activemap_sync_offset() local633 syncoff = amp->am_syncoff; in activemap_sync_offset()634 left = ext2off(amp, off2ext(amp, syncoff)) + in activemap_sync_offset()635 amp->am_extentsize - syncoff; in activemap_sync_offset()636 if (syncoff + left > amp->am_mediasize) in activemap_sync_offset()637 left = amp->am_mediasize - syncoff; in activemap_sync_offset()642 PJDLOG_ASSERT(syncoff >= 0 && syncoff < amp->am_mediasize); in activemap_sync_offset()643 PJDLOG_ASSERT(syncoff + left >= 0 && in activemap_sync_offset()644 syncoff + left <= amp->am_mediasize); in activemap_sync_offset()647 return (syncoff); in activemap_sync_offset()
749 uint8_t cfg3, syncoff, synctp; in ncr53c9x_setsync() local755 syncoff = ti->curr.offset; in ncr53c9x_setsync()781 syncoff = 0; in ncr53c9x_setsync()793 NCR_WRITE_REG(sc, NCR_SYNCOFF, syncoff); in ncr53c9x_setsync()