Home
last modified time | relevance | path

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

/freebsd-11-stable/sbin/dump/
HDtape.c63 int trecno = 0; /* next record to write in current block */ variable
162 slp->req[trecno].dblk = (ufs2_daddr_t)0; in writerec()
163 slp->req[trecno].count = 1; in writerec()
168 trecno++; in writerec()
170 if (trecno >= ntrec) in writerec()
182 while ((avail = MIN(tpblks, ntrec - trecno)) > 0) { in dumpblock()
183 slp->req[trecno].dblk = dblkno; in dumpblock()
184 slp->req[trecno].count = avail; in dumpblock()
185 trecno += avail; in dumpblock()
187 if (trecno >= ntrec) in dumpblock()
[all …]