Searched defs:tp_bsize (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Dmain.c55 ssize_t tape_rec_size = 0; /* tape record size (ntrec * tp_bsize) */
71 int32_t tp_bsize = TP_BSIZE_MIN; variable
305 ntrec /= (tp_bsize/DEV_BSIZE);
H A Dtape.c92 saved_ntrec = (ntrec * (tp_bsize/DEV_BSIZE));
163 nsize = size * tp_bsize;
247 * MTB_MAGIC. If that is true, we need to adjust tp_bsize.
248 * We have assumed to this time that tp_bsize was 1024, if
249 * this is a newer dump, get the real tp_bsize from the header,
253 tp_bsize = spcl.c_tpbsize;
254 if ((tp_bsize % TP_BSIZE_MIN != 0) ||
255 (tp_bsize > TP_BSIZE_MAX)) {
260 ntrec = (tape_rec_size/tp_bsize);
277 ((tp_bsize
1547 i, ntrec * tp_bsize); local
1623 rd, ntrec * tp_bsize); local
[all...]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c52 uint_t forceflag = 0; /* forced to change tp_bsize */
58 int32_t tp_bsize = TP_BSIZE_MIN; /* tape block record size (frag size) */ variable
306 * tp_bsize later, we will have to recalculate
317 ntrec /= (tp_bsize/DEV_BSIZE);
562 * save ntrec in case we have to change tp_bsize later.
564 saved_ntrec = (ntrec * (tp_bsize/DEV_BSIZE));
908 * (tp_bsize /* bytes/block */
925 * (tp_bsize /* bytes / block */
947 * If the estimated number of tp_bsize tape blocks is greater than
948 * INT_MAX we have to adjust tp_bsize an
[all...]

Completed in 48 milliseconds