HomeSort by: relevance | last modified time | path
    Searched refs:ntrec (Results 1 - 7 of 7) sorted by relevancy

  /src/sbin/dump/
tape.c 65 extern int ntrec; /* blocking factor on tape */
125 writesize = ntrec * TP_BSIZE;
126 reqsiz = (ntrec + 1) * sizeof(struct req);
145 (((long)&buf[ntrec + 1] + pgoff) &~ pgoff);
146 workers[i].req = (struct req *)workers[i].tblock - ntrec - 1;
167 if (trecno >= ntrec)
179 while ((avail = MIN(tpblks, ntrec - trecno)) > 0) {
184 if (trecno >= ntrec)
339 wp->firstrec = lastfirstrec + ntrec;
344 blockswritten += ntrec;
    [all...]
main.c 114 int ntrec = NTREC; /* # tape blocks in each tape record */ variable in typeref:typename:int
190 ntrec = numarg("blocks per write", 1L, 1000L);
201 ntrec = HIGHDENSITYTREC;
395 blocksperfile = blocksperfile / ntrec * ntrec; /* round down */
604 * (1.0/ntrec) /* streaming-stops per block */
617 * (1.0/ntrec) /* IRG's / block */
688 for (i = 0; i < ntrec; i++)
dumprmt.c 83 extern int ntrec; /* blocking factor on tape */
139 size = ntrec * TP_BSIZE;
  /src/sbin/restore/
restore.h 61 extern int32_t ntrec; /* number of TP_BSIZE records per tape block */
main.c 73 int32_t ntrec; variable in typeref:typename:int32_t
112 ntrec = strtol(optarg, &p, 10);
115 if (ntrec <= 0)
tape.c 114 #define FLUSHTAPEBUF() blkcnt = ntrec + 1
232 newtapebuf(ntrec);
234 newtapebuf(NTREC > HIGHDENSITYTREC ? NTREC : HIGHDENSITYTREC);
273 ntrec = size;
1279 for (i = 0; i < ntrec; i++)
1282 numtrec = ntrec;
1283 cnt = ntrec * TP_BSIZE;
1296 if (!pipein && numtrec < ntrec && i > 0) {
1298 numtrec = ntrec;
    [all...]
symtab.c 442 int32_t ntrec; member in struct:symtableheader
522 hdr.ntrec = ntrec;
598 newtapebuf(hdr.ntrec);

Completed in 14 milliseconds