Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/dump/
H A Ddumpoptr.c318 if (tschedule == NULL)
320 if (*tschedule == 0)
321 *tschedule = time((time_t *)0) + EST_SEC;
323 if ((force || tnow >= *tschedule) && blkswritten) {
324 *tschedule = tnow + EST_SEC;
H A Ddump.h175 time_t *tschedule; /* when next to give a remaining-time estimate */ variable
H A Ddumptape.c291 tschedule = tstart_writing + 1; in alloctape()
296 readmissp = (int *)(tschedule + 1); in alloctape()