Home
last modified time | relevance | path

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

/freebsd/sbin/dump/
H A Dtape.c64 static int trecno = 0; /* next record to write in current block */ variable
160 wp->req[trecno].dblk = (ufs2_daddr_t)0; in writerec()
161 wp->req[trecno].count = 1; in writerec()
166 trecno++; in writerec()
168 if (trecno >= ntrec) in writerec()
180 while ((avail = MIN(tpblks, ntrec - trecno)) > 0) { in dumpblock()
181 wp->req[trecno].dblk = dblkno; in dumpblock()
182 wp->req[trecno].count = avail; in dumpblock()
183 trecno += avail; in dumpblock()
185 if (trecno >= ntrec) in dumpblock()
[all …]