Home
last modified time | relevance | path

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

/mirbsd/src/sbin/restore/
Dtape.c71 static int blkcnt; variable
91 #define FLUSHTAPEBUF() blkcnt = ntrec + 1
192 blkcnt--; /* push back this block */ in setup()
782 if (blkcnt < numtrec) { in readtape()
783 memcpy(buf, &tapebuf[(blkcnt++ * TP_BSIZE)], (long)TP_BSIZE); in readtape()
885 blkcnt = 0; in readtape()
886 memcpy(buf, &tapebuf[(blkcnt++ * TP_BSIZE)], (long)TP_BSIZE); in readtape()
898 blkcnt = 0; in findtapeblksize()
/mirbsd/src/sys/sys/
Dsyscallargs.h753 syscallarg(int) blkcnt;
759 syscallarg(int) blkcnt;