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

/freebsd-11-stable/sbin/hastd/
H A Dactivemap.c589 off_t syncoff, left; local
635 syncoff = amp->am_syncoff;
636 left = ext2off(amp, off2ext(amp, syncoff)) +
637 amp->am_extentsize - syncoff;
638 if (syncoff + left > amp->am_mediasize)
639 left = amp->am_mediasize - syncoff;
644 PJDLOG_ASSERT(syncoff >= 0 && syncoff < amp->am_mediasize);
645 PJDLOG_ASSERT(syncoff + left >= 0 &&
646 syncoff
[all...]
/freebsd-11-stable/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 88 milliseconds