OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
115
#define FLUSHTAPEBUF() blkcnt =
ntrec
+ 1
233
newtapebuf(
ntrec
);
235
newtapebuf(
NTREC
> HIGHDENSITYTREC ?
NTREC
: HIGHDENSITYTREC);
274
ntrec
= size;
1280
for (i = 0; i <
ntrec
; i++)
1283
numtrec =
ntrec
;
1284
cnt =
ntrec
* TP_BSIZE;
1297
if (!pipein && numtrec <
ntrec
&& i > 0) {
1299
numtrec =
ntrec
;
[
all
...]
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026