Searched defs:ntrec (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Dmain.c53 uint_t ntrec; /* blocking factor, in KB */ variable
55 ssize_t tape_rec_size = 0; /* tape record size (ntrec * tp_bsize) */
299 saved_ntrec = ntrec = atoi(*argv++);
300 if (ntrec == 0 || (ntrec&1)) {
305 ntrec /= (tp_bsize/DEV_BSIZE);
H A Dsymtab.c570 uint_t ntrec; member in struct:symtableheader
661 hdr.ntrec = ntrec;
783 newtapebuf(hdr.ntrec);
/illumos-gate/usr/src/cmd/backup/lib/
H A Drmtlib.c47 static uint_t ntrec; /* blocking factor on tape */ variable
129 ntrec = blocksize;
205 size = ntrec * tp_bsize;
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c50 uint_t ntrec = 0; /* # tape blocks in each tape record */ variable
51 uint_t saved_ntrec = 0; /* saved value of ntrec */
305 * We save the ntrec in case we need to change
309 saved_ntrec = ntrec = atoi(*argv);
310 if (ntrec == 0 || (ntrec&1) || ntrec > (MAXNTREC*2)) {
317 ntrec /= (tp_bsize/DEV_BSIZE);
554 ntrec = CARTRIDGETREC;
556 ntrec
[all...]
H A Ddump.h140 uint_t ntrec; /* 1K records per tape block */ variable

Completed in 89 milliseconds