Searched defs:lasti (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c743 static ino_t icacheval[CACHESIZE], lasti = 0; local
748 lasti = ino;
760 icacheval[cacheoff] = lasti;
761 bcopy(itab + (lasti - minino), icache + cacheoff, sizeof (itab[0]));
762 lasti = ino;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c127 uint32_t lasti = i; local
144 if (i == lasti) {
148 lasti = i;

Completed in 298 milliseconds