Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c41 static int bct; /* block # index into tape record buffer */ variable
233 bct--; /* push back this block */ in setup()
263 bct--; /* push back this block */ in setup()
1481 if (bct < numtrec) { in readtape()
1489 sp = &((union u_spcl *)&tbf[bct*tp_bsize])->s_spcl; in readtape()
1497 bct = 0; in readtape()
1502 bcopy(&tbf[(bct++*tp_bsize)], b, (size_t)tp_bsize); in readtape()
1626 bct = 0; in readtape()
1627 bcopy(&tbf[(bct++*tp_bsize)], b, (size_t)tp_bsize); in readtape()
1650 bct = 0; in findtapeblksize()
[all …]