Home
last modified time | relevance | path

Searched refs:cacheoff (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/backup/dump/
H A Ddumptraverse.c744 static int cacheoff = 0; local
760 icacheval[cacheoff] = lasti;
761 bcopy(itab + (lasti - minino), icache + cacheoff, sizeof (itab[0]));
763 if (++cacheoff >= CACHESIZE)
764 cacheoff = 0;
818 static int cacheoff = 0; local
880 dest = bcache + (cacheoff * DEV_BSIZE);
881 bcacheval[cacheoff] = da;
882 if (++cacheoff >= CACHESIZE)
883 cacheoff = 0;