Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c42 static int numtrec; /* # of logical blocks in current tape record */ variable
262 numtrec = ntrec; in setup()
1478 if (bct < numtrec) { in readtape()
1509 if (numtrec == 0) { in readtape()
1511 numtrec = ntrec; in readtape()
1525 if (numtrec < ntrec && i != 0) { in readtape()
1527 numtrec = ntrec; in readtape()
1545 numtrec = i / tp_bsize; in readtape()
1546 if (numtrec == 0) in readtape()
1611 numtrec = 0; in readtape()
[all …]