Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/dump/
H A Ddumptape.c110 static struct slaves chkpt; /* checkpointed data */ variable
307 chkpt.sl_offset = 0; /* start at offset 0 */ in alloctape()
308 chkpt.sl_count = 0; in alloctape()
309 chkpt.sl_inos = UFSROOTINO; /* in root inode */ in alloctape()
310 chkpt.sl_firstrec = 1; in alloctape()
311 chkpt.sl_tapea = 0; in alloctape()
350 chkpt.sl_offset = 0; /* start at offset 0 */ in reset()
351 chkpt.sl_count = 0; in reset()
352 chkpt.sl_inos = UFSROOTINO; /* in root inode */ in reset()
353 chkpt.sl_firstrec = 1; in reset()
[all …]
/titanic_50/usr/src/cmd/sendmail/db/include/
H A Dlog.h167 time_t chkpt; /* Time of the last checkpoint. */ member
/titanic_50/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c190 (void)time(&lp->chkpt);