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

  /src/include/protocols/
dumprestore.h 49 * NTREC is the number of TP_BSIZE blocks that are written
58 #define NTREC 10
  /src/sbin/dump/
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++)
  /src/sbin/restore/
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...]

Completed in 14 milliseconds