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 - 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
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
112
ntrec
= strtol(optarg, &p, 10);
115
if (
ntrec
<= 0)
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
...]
symtab.c
442
int32_t
ntrec
;
member in struct:symtableheader
522
hdr.
ntrec
=
ntrec
;
598
newtapebuf(hdr.
ntrec
);
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026