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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dmain.c48 int autoload_period; variable
151 autoload_period = 12;
223 ((count * multiplier) / autoload_period);
H A Drestore.h65 extern int autoload_period; /* seconds, tries*period = total wait time */
H A Dtape.c2094 (void) sleep(autoload_period);
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h160 int autoload_period; /* seconds, tries*period = total wait time */ variable
H A Ddumpmain.c109 autoload_period = 12;
220 ((count * multiplier) / autoload_period);
H A Ddumptape.c1323 (void) sleep(autoload_period);

Completed in 57 milliseconds