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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1891 * Check that a header is where it belongs and predict the next header
1898 static long predict; local
1935 if (predict != blksread - 1)
1938 predict, blksread - 1);
1946 predict = blks;

Completed in 86 milliseconds