Home
last modified time | relevance | path

Searched refs:tschedule (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c18 time_t *tschedule; variable
300 if (tschedule == NULL) in timeest()
302 if (*tschedule == 0) in timeest()
303 *tschedule = time((time_t *)0) + EST_SEC; in timeest()
305 if ((force || tnow >= *tschedule) && blkswritten) { in timeest()
306 *tschedule = tnow + EST_SEC; in timeest()
H A Ddump.h175 extern time_t *tschedule; /* when next to give a remaining-time estimate */
H A Ddumptape.c264 tschedule = tstart_writing + 1; in alloctape()
269 readmissp = (int *)(tschedule + 1); in alloctape()