Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dmain.c46 int autoload_period; variable
149 autoload_period = 12; in main()
221 ((count * multiplier) / autoload_period); in main()
H A Drestore.h63 extern int autoload_period; /* seconds, tries*period = total wait time */
H A Dtape.c2091 (void) sleep(autoload_period); in autoload_tape()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c62 int autoload_period; variable
148 autoload_period = 12; in main()
259 ((count * multiplier) / autoload_period); in main()
H A Ddump.h160 extern int autoload_period; /* seconds, tries*period = total wait time */
H A Ddumptape.c1249 (void) sleep(autoload_period); in changevol()