Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/restore/
H A Dmain.c48 int autoload_period; variable
151 autoload_period = 12; in main()
223 ((count * multiplier) / autoload_period); in main()
H A Drestore.h65 extern int autoload_period; /* seconds, tries*period = total wait time */
H A Dtape.c2094 (void) sleep(autoload_period); in autoload_tape()
/titanic_50/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; in main()
220 ((count * multiplier) / autoload_period); in main()
H A Ddumptape.c1323 (void) sleep(autoload_period); in changevol()