Home
last modified time | relevance | path

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

/original-bsd/old/dump.4.1/
H A Ddumptape.c15 int trecno; variable
23 tblock[trecno][i] = *dp++;
24 tdaddr[trecno] = 0;
25 trecno++;
27 if(trecno >= NTREC)
37 tdaddr[trecno] = d;
38 trecno++;
40 if(trecno >= NTREC)
51 while(trecno < NTREC) in flusht()
52 tdaddr[trecno++] = 1; in flusht()
[all …]
/original-bsd/local/ukc/dump/
H A Ddumptape.c79 req[trecno].dblk = (daddr_t)0;
80 req[trecno].count = 1;
83 trecno++;
85 if(trecno >= ntrec)
98 req[trecno].dblk = dblkno;
99 req[trecno].count = avail;
100 trecno += avail;
102 if (trecno >= ntrec)
161 trecno = 0; in flusht()
488 for (trecno = 0; trecno < ntrec; trecno += p->count, p += p->count) {
[all …]
/original-bsd/sbin/dump/
H A Dtape.c147 slp->req[trecno].count = 1;
151 trecno++;
153 if (trecno >= ntrec)
167 slp->req[trecno].dblk = dblkno;
168 slp->req[trecno].count = avail;
169 trecno += avail;
171 if (trecno >= ntrec)
275 trecno = 0; in flushtape()
401 trecno = 0; in rollforward()
443 trecno = 1; in rollforward()
[all …]