Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c41 static int bct; /* block # index into tape record buffer */ variable
234 bct--; /* push back this block */ in setup()
264 bct--; /* push back this block */ in setup()
1478 if (bct < numtrec) { in readtape()
1486 sp = &((union u_spcl *)&tbf[bct*tp_bsize])->s_spcl; in readtape()
1494 bct = 0; in readtape()
1499 bcopy(&tbf[(bct++*tp_bsize)], b, (size_t)tp_bsize); in readtape()
1623 bct = 0; in readtape()
1624 bcopy(&tbf[(bct++*tp_bsize)], b, (size_t)tp_bsize); in readtape()
1647 bct = 0; in findtapeblksize()
[all …]