Searched defs: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
233 bct--; /* push back this block */
263 bct--; /* push back this block */
1481 if (bct < numtrec) {
1489 sp = &((union u_spcl *)&tbf[bct*tp_bsize])->s_spcl;
1497 bct = 0;
1502 bcopy(&tbf[(bct++*tp_bsize)], b, (size_t)tp_bsize);
1626 bct = 0;
1627 bcopy(&tbf[(bct++*tp_bsize)], b, (size_t)tp_bsize);
1650 bct
[all...]

Completed in 62 milliseconds