Searched refs:autoload (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Dmain.c46 int hflag = 1, mflag = 1, paginating = 0, offline = 0, autoload = 0; variable
192 "Missing autoload timeout period\n"));
199 "Unreasonable autoload timeout period `%s'\n"),
228 autoload++;
H A Drestore.h60 extern int autoload; /* wait for tape to autoload; implies offline */
64 extern int autoload_tries; /* number of times to check on autoload */
419 #define FORCE_OFFLINE 1 /* offline drive for autoload */
H A Dtape.c464 if (autoload) {
2067 if (autoload) {
2069 * Wait for the tape to autoload. Note that the delay
2078 gettext("Attempting to autoload next volume\n"));
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c1224 if (offline || autoload)
1228 if (offline || autoload) {
1283 if (autoload) {
1300 * Wait for the tape to autoload. Note that the delay
1328 * shouldn't charge for the autoload time. So, since
1506 autoload = 0;
1537 if (autoload) {
2412 if (autoload) {
H A Ddump.h158 int autoload; /* wait for next tape to autoload; implies offline */ variable
159 int autoload_tries; /* number of times to check on autoload */
H A Ddumpmain.c195 "Unreasonable autoload timeout period\n"));
222 msg(gettext("Missing autoload timeout period\n"));
446 autoload++;

Completed in 394 milliseconds