Home
last modified time | relevance | path

Searched refs:ntapes (Results 1 – 25 of 105) sorted by relevance

12345

/dports/misc/amanda-server/amanda-3.3.9/installcheck/Installcheck/
H A DRun.pm273 my ($testconf, $ntapes) = @_;
279 for (my $i = 1; $i < $ntapes+1; $i++) {
291 $testconf->add_param("tapecycle", "$ntapes");
301 my ($testconf, $ntapes) = @_;
307 for (my $i = 1; $i < $ntapes+1; $i++) {
317 $testconf->add_param("tapecycle", "$ntapes");
/dports/misc/amanda-client/amanda-3.3.9/installcheck/Installcheck/
H A DRun.pm273 my ($testconf, $ntapes) = @_;
279 for (my $i = 1; $i < $ntapes+1; $i++) {
291 $testconf->add_param("tapecycle", "$ntapes");
301 my ($testconf, $ntapes) = @_;
307 for (my $i = 1; $i < $ntapes+1; $i++) {
317 $testconf->add_param("tapecycle", "$ntapes");
/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A Dtapefile.c326 int i, ntapes, tape_ndays, dumpcycle, runtapes, runs; in guess_runs_from_tapelist() local
334 ntapes = 0; in guess_runs_from_tapelist()
342 if(tape_ndays < dumpcycle) ntapes++; in guess_runs_from_tapelist()
348 if(tape_ndays == 0) ntapes = dumpcycle * runtapes; in guess_runs_from_tapelist()
349 else ntapes = ntapes * dumpcycle / tape_ndays; in guess_runs_from_tapelist()
351 else if(ntapes == 0) { in guess_runs_from_tapelist()
353 ntapes = dumpcycle * runtapes; in guess_runs_from_tapelist()
356 runs = (ntapes + runtapes - 1) / runtapes; in guess_runs_from_tapelist()
/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A Dtapefile.c326 int i, ntapes, tape_ndays, dumpcycle, runtapes, runs; in guess_runs_from_tapelist() local
334 ntapes = 0; in guess_runs_from_tapelist()
342 if(tape_ndays < dumpcycle) ntapes++; in guess_runs_from_tapelist()
348 if(tape_ndays == 0) ntapes = dumpcycle * runtapes; in guess_runs_from_tapelist()
349 else ntapes = ntapes * dumpcycle / tape_ndays; in guess_runs_from_tapelist()
351 else if(ntapes == 0) { in guess_runs_from_tapelist()
353 ntapes = dumpcycle * runtapes; in guess_runs_from_tapelist()
356 runs = (ntapes + runtapes - 1) / runtapes; in guess_runs_from_tapelist()
/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/tar/glue/
H A Dtape.c28 for (i = 0; i < bsdtar->ntapes; i++) { in tarsnap_mode_d()
34 bsdtar->ntapes > 1 ? 1 : 0, bsdtar->option_csv_filename)) { in tarsnap_mode_d()
129 if (bsdtar->ntapes == 0) { in tarsnap_mode_print_stats()
138 for (i = 0; i < bsdtar->ntapes; i++) { in tarsnap_mode_print_stats()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/sort/
H A Dlogtape.c385 LogicalTapeSetCreate(int ntapes) in LogicalTapeSetCreate() argument
394 Assert(ntapes > 0); in LogicalTapeSetCreate()
396 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
405 lts->nTapes = ntapes; in LogicalTapeSetCreate()
413 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/sort/
H A Dlogtape.c385 LogicalTapeSetCreate(int ntapes) in LogicalTapeSetCreate() argument
394 Assert(ntapes > 0); in LogicalTapeSetCreate()
396 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
405 lts->nTapes = ntapes; in LogicalTapeSetCreate()
413 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/sort/
H A Dlogtape.c385 LogicalTapeSetCreate(int ntapes) in LogicalTapeSetCreate() argument
394 Assert(ntapes > 0); in LogicalTapeSetCreate()
396 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
405 lts->nTapes = ntapes; in LogicalTapeSetCreate()
413 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/sort/
H A Dlogtape.c385 LogicalTapeSetCreate(int ntapes) in LogicalTapeSetCreate() argument
394 Assert(ntapes > 0); in LogicalTapeSetCreate()
396 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
405 lts->nTapes = ntapes; in LogicalTapeSetCreate()
413 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/sort/
H A Dlogtape.c385 LogicalTapeSetCreate(int ntapes) in LogicalTapeSetCreate() argument
394 Assert(ntapes > 0); in LogicalTapeSetCreate()
396 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
405 lts->nTapes = ntapes; in LogicalTapeSetCreate()
413 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/sort/
H A Dlogtape.c385 LogicalTapeSetCreate(int ntapes) in LogicalTapeSetCreate() argument
394 Assert(ntapes > 0); in LogicalTapeSetCreate()
396 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
405 lts->nTapes = ntapes; in LogicalTapeSetCreate()
413 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/sort/
H A Dlogtape.c385 LogicalTapeSetCreate(int ntapes) in LogicalTapeSetCreate() argument
394 Assert(ntapes > 0); in LogicalTapeSetCreate()
396 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
405 lts->nTapes = ntapes; in LogicalTapeSetCreate()
413 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/sort/
H A Dlogtape.c519 LogicalTapeSetCreate(int ntapes) in LogicalTapeSetCreate() argument
528 Assert(ntapes > 0); in LogicalTapeSetCreate()
530 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
538 lts->nTapes = ntapes; in LogicalTapeSetCreate()
546 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/sort/
H A Dlogtape.c519 LogicalTapeSetCreate(int ntapes) in LogicalTapeSetCreate() argument
528 Assert(ntapes > 0); in LogicalTapeSetCreate()
530 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
538 lts->nTapes = ntapes; in LogicalTapeSetCreate()
546 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/sort/
H A Dlogtape.c519 LogicalTapeSetCreate(int ntapes) in LogicalTapeSetCreate() argument
528 Assert(ntapes > 0); in LogicalTapeSetCreate()
530 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
538 lts->nTapes = ntapes; in LogicalTapeSetCreate()
546 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/sort/
H A Dlogtape.c517 LogicalTapeSetCreate(int ntapes, TapeShare *shared, SharedFileSet *fileset, in LogicalTapeSetCreate() argument
527 Assert(ntapes > 0); in LogicalTapeSetCreate()
529 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
538 lts->nTapes = ntapes; in LogicalTapeSetCreate()
546 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/sort/
H A Dlogtape.c517 LogicalTapeSetCreate(int ntapes, TapeShare *shared, SharedFileSet *fileset, in LogicalTapeSetCreate() argument
527 Assert(ntapes > 0); in LogicalTapeSetCreate()
529 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
538 lts->nTapes = ntapes; in LogicalTapeSetCreate()
546 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/sort/
H A Dlogtape.c517 LogicalTapeSetCreate(int ntapes, TapeShare *shared, SharedFileSet *fileset, in LogicalTapeSetCreate() argument
527 Assert(ntapes > 0); in LogicalTapeSetCreate()
529 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
538 lts->nTapes = ntapes; in LogicalTapeSetCreate()
546 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/sort/
H A Dlogtape.c517 LogicalTapeSetCreate(int ntapes, TapeShare *shared, SharedFileSet *fileset, in LogicalTapeSetCreate() argument
527 Assert(ntapes > 0); in LogicalTapeSetCreate()
529 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
538 lts->nTapes = ntapes; in LogicalTapeSetCreate()
546 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/sort/
H A Dlogtape.c517 LogicalTapeSetCreate(int ntapes, TapeShare *shared, SharedFileSet *fileset, in LogicalTapeSetCreate() argument
527 Assert(ntapes > 0); in LogicalTapeSetCreate()
529 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
538 lts->nTapes = ntapes; in LogicalTapeSetCreate()
546 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/sort/
H A Dlogtape.c517 LogicalTapeSetCreate(int ntapes, TapeShare *shared, SharedFileSet *fileset, in LogicalTapeSetCreate() argument
527 Assert(ntapes > 0); in LogicalTapeSetCreate()
529 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
538 lts->nTapes = ntapes; in LogicalTapeSetCreate()
546 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/sort/
H A Dlogtape.c517 LogicalTapeSetCreate(int ntapes, TapeShare *shared, SharedFileSet *fileset, in LogicalTapeSetCreate() argument
527 Assert(ntapes > 0); in LogicalTapeSetCreate()
529 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
538 lts->nTapes = ntapes; in LogicalTapeSetCreate()
546 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/sort/
H A Dlogtape.c517 LogicalTapeSetCreate(int ntapes, TapeShare *shared, SharedFileSet *fileset, in LogicalTapeSetCreate() argument
527 Assert(ntapes > 0); in LogicalTapeSetCreate()
529 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
538 lts->nTapes = ntapes; in LogicalTapeSetCreate()
546 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/sort/
H A Dlogtape.c519 LogicalTapeSetCreate(int ntapes) in LogicalTapeSetCreate() argument
528 Assert(ntapes > 0); in LogicalTapeSetCreate()
530 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
538 lts->nTapes = ntapes; in LogicalTapeSetCreate()
546 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/sort/
H A Dlogtape.c519 LogicalTapeSetCreate(int ntapes) in LogicalTapeSetCreate() argument
528 Assert(ntapes > 0); in LogicalTapeSetCreate()
530 ntapes * sizeof(LogicalTape)); in LogicalTapeSetCreate()
538 lts->nTapes = ntapes; in LogicalTapeSetCreate()
546 for (i = 0; i < ntapes; i++) in LogicalTapeSetCreate()

12345