Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c111 static struct slaves chkpt; /* checkpointed data */ variable
280 chkpt.sl_offset = 0; /* start at offset 0 */ in alloctape()
281 chkpt.sl_count = 0; in alloctape()
282 chkpt.sl_inos = UFSROOTINO; /* in root inode */ in alloctape()
283 chkpt.sl_firstrec = 1; in alloctape()
284 chkpt.sl_tapea = 0; in alloctape()
315 chkpt.sl_offset = 0; /* start at offset 0 */ in reset()
316 chkpt.sl_count = 0; in reset()
317 chkpt.sl_inos = UFSROOTINO; /* in root inode */ in reset()
318 chkpt.sl_firstrec = 1; in reset()
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlog.h167 time_t chkpt; /* Time of the last checkpoint. */ member
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c190 (void)time(&lp->chkpt);