Searched refs:chkpt (Results 1 – 3 of 3) sorted by relevance
110 static struct slaves chkpt; /* checkpointed data */ variable307 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 …]
167 time_t chkpt; /* Time of the last checkpoint. */ member
190 (void)time(&lp->chkpt);