Home
last modified time | relevance | path

Searched refs:taperalgo (Results 1 – 14 of 14) sorted by relevance

/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A Ddriver.c834 int taperalgo = conf_taperalgo; in startaflush_tape() local
836 if (taperalgo == ALGO_FIRST) in startaflush_tape()
837 taperalgo = ALGO_FIRSTFIT; in startaflush_tape()
838 else if (taperalgo == ALGO_LARGEST) in startaflush_tape()
839 taperalgo = ALGO_LARGESTFIT; in startaflush_tape()
840 else if (taperalgo == ALGO_SMALLEST) in startaflush_tape()
841 taperalgo = ALGO_SMALLESTFIT; in startaflush_tape()
842 else if (taperalgo == ALGO_LAST) in startaflush_tape()
843 taperalgo = ALGO_LASTFIT; in startaflush_tape()
865 switch(taperalgo) { in startaflush_tape()
[all …]
/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A Ddriver.c834 int taperalgo = conf_taperalgo; in startaflush_tape() local
836 if (taperalgo == ALGO_FIRST) in startaflush_tape()
837 taperalgo = ALGO_FIRSTFIT; in startaflush_tape()
838 else if (taperalgo == ALGO_LARGEST) in startaflush_tape()
839 taperalgo = ALGO_LARGESTFIT; in startaflush_tape()
840 else if (taperalgo == ALGO_SMALLEST) in startaflush_tape()
841 taperalgo = ALGO_SMALLESTFIT; in startaflush_tape()
842 else if (taperalgo == ALGO_LAST) in startaflush_tape()
843 taperalgo = ALGO_LASTFIT; in startaflush_tape()
865 switch(taperalgo) { in startaflush_tape()
[all …]
/dports/misc/amanda-server/amanda-3.3.9/example/template.d/
H A Dadvanced.conf.in15 taperalgo first # The algorithm used to choose which dump image to send
/dports/misc/amanda-client/amanda-3.3.9/example/template.d/
H A Dadvanced.conf.in15 taperalgo first # The algorithm used to choose which dump image to send
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Dconffile.h1560 char *taperalgo2str(taperalgo_t taperalgo);
H A Dconffile.c8316 taperalgo_t taperalgo) in taperalgo2str() argument
8318 if(taperalgo == ALGO_FIRST) return "FIRST"; in taperalgo2str()
8319 if(taperalgo == ALGO_FIRSTFIT) return "FIRSTFIT"; in taperalgo2str()
8320 if(taperalgo == ALGO_LARGEST) return "LARGEST"; in taperalgo2str()
8321 if(taperalgo == ALGO_LARGESTFIT) return "LARGESTFIT"; in taperalgo2str()
8322 if(taperalgo == ALGO_SMALLEST) return "SMALLEST"; in taperalgo2str()
8323 if(taperalgo == ALGO_LAST) return "LAST"; in taperalgo2str()
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Dconffile.h1560 char *taperalgo2str(taperalgo_t taperalgo);
H A Dconffile.c8316 taperalgo_t taperalgo) in taperalgo2str() argument
8318 if(taperalgo == ALGO_FIRST) return "FIRST"; in taperalgo2str()
8319 if(taperalgo == ALGO_FIRSTFIT) return "FIRSTFIT"; in taperalgo2str()
8320 if(taperalgo == ALGO_LARGEST) return "LARGEST"; in taperalgo2str()
8321 if(taperalgo == ALGO_LARGESTFIT) return "LARGESTFIT"; in taperalgo2str()
8322 if(taperalgo == ALGO_SMALLEST) return "SMALLEST"; in taperalgo2str()
8323 if(taperalgo == ALGO_LAST) return "LAST"; in taperalgo2str()
/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/
H A DConfig.swg933 char *taperalgo2str(taperalgo_t taperalgo);
/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/
H A DConfig.swg933 char *taperalgo2str(taperalgo_t taperalgo);
/dports/misc/amanda-server/amanda-3.3.9/example/
H A Damanda.conf.in21 taperalgo first # The algorithm used to choose which dump image to send
/dports/misc/amanda-client/amanda-3.3.9/example/
H A Damanda.conf.in21 taperalgo first # The algorithm used to choose which dump image to send
/dports/misc/amanda-server/amanda-3.3.9/
H A DNEWS711 taperalgo: select your algo for the taper, try 'largestfit', it can improve
/dports/misc/amanda-client/amanda-3.3.9/
H A DNEWS711 taperalgo: select your algo for the taper, try 'largestfit', it can improve