Searched defs:checkpoint (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb.cc675 ret = checkpoint();
687 A checkpoint is done only if it has changed since the previous checkpoint.
688 Returns TRUE if checkpoint was successful; FALSE otherwise.
691 db::checkpoint() function in class:db
693 WRITELOCK(this, FALSE, "w db::checkpoint");
695 WRITEUNLOCK(this, FALSE, "wu db::checkpoint");
704 WARNING_M("db::checkpoint: could not dump database: ");
708 WRITEUNLOCK(this, FALSE, "wu db::checkpoint");
713 "db::checkpoint
[all...]
H A Ddb_dictionary.cc864 /* First checkpoint */
865 if ((status = checkpoint()) != DB_SUCCESS) {
1314 * A checkpoint is done only if it has changed since the previous checkpoint.
1315 * Returns DB_SUCCESS if checkpoint was successful; error code otherwise
1318 db_dictionary::checkpoint() function in class:db_dictionary
1320 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::checkpoint");
1324 "wu db_dictionary::checkpoint");
1335 "db_dictionary::checkpoint: could not dump dictionary: ");
1339 "wu db_dictionary::checkpoint");
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c97 u_int checkpoint; /* when to next check the ratio */ member in struct:bsd_db
188 db->checkpoint = CHECK_GAP;
210 if (db->in_count >= db->checkpoint) {
218 db->checkpoint = db->in_count + CHECK_GAP;
737 * Keep the checkpoint right so that incompressible packets
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c113 uint_t checkpoint; /* when to next check the ratio */ member in struct:bsd_db
226 db->checkpoint = CHECK_GAP;
249 if (db->in_count >= db->checkpoint) {
259 db->checkpoint = db->in_count + CHECK_GAP;
1469 * Keep the checkpoint right so that incompressible packets
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c187 static count_long checkpoint = CHECK_GAP; variable
1003 checkpoint = CHECK_GAP;
1078 (count_long)checkpoint && block_compress) {
1738 checkpoint = (count_long)in_count + (count_long)CHECK_GAP;
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c177 static void checkpoint(struct bdesc *, int);
200 static void checkpoint();
414 * from a checkpoint involves truncating to the
768 * when it was being dumped. The tape writer process sends checkpoint
891 * an EOT signal from writer. Get checkpoint data
905 * Writer sends us checkpoint information after
2044 /* Restart from checkpoint */
2059 checkpoint(bp-1, cmd); /* send data */
2139 /* Restart from checkpoint */
2215 checkpoint(
2242 checkpoint(struct bdesc *bp, int cmd) function
[all...]

Completed in 100 milliseconds