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

/freebsd-9.3-release/sbin/hastd/
H A Dactivemap.c587 off_t syncoff, left; local
633 syncoff = amp->am_syncoff;
634 left = ext2off(amp, off2ext(amp, syncoff)) +
635 amp->am_extentsize - syncoff;
636 if (syncoff + left > amp->am_mediasize)
637 left = amp->am_mediasize - syncoff;
642 PJDLOG_ASSERT(syncoff >= 0 && syncoff < amp->am_mediasize);
643 PJDLOG_ASSERT(syncoff + left >= 0 &&
644 syncoff
[all...]
/freebsd-9.3-release/sys/dev/esp/
H A Dncr53c9x.c749 uint8_t cfg3, syncoff, synctp; local
755 syncoff = ti->curr.offset;
781 syncoff = 0;
793 NCR_WRITE_REG(sc, NCR_SYNCOFF, syncoff);

Completed in 80 milliseconds