Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c42 static int numtrec; /* # of logical blocks in current tape record */ variable
261 numtrec = ntrec; in setup()
1481 if (bct < numtrec) { in readtape()
1512 if (numtrec == 0) { in readtape()
1514 numtrec = ntrec; in readtape()
1528 if (numtrec < ntrec && i != 0) { in readtape()
1530 numtrec = ntrec; in readtape()
1548 numtrec = i / tp_bsize; in readtape()
1549 if (numtrec == 0) in readtape()
1614 numtrec = 0; in readtape()
[all …]