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

/osnet-11/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.cc861 /* First checkpoint */
862 if ((status = checkpoint()) != DB_SUCCESS) {
1311 * A checkpoint is done only if it has changed since the previous checkpoint.
1312 * Returns DB_SUCCESS if checkpoint was successful; error code otherwise
1315 db_dictionary::checkpoint() function in class:db_dictionary
1317 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::checkpoint");
1321 "wu db_dictionary::checkpoint");
1332 "db_dictionary::checkpoint: could not dump dictionary: ");
1336 "wu db_dictionary::checkpoint");
[all...]
/osnet-11/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
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dudf.c239 grub_uint32_t checkpoint; member in struct:grub_udf_file_entry
266 grub_uint32_t checkpoint; member in struct:grub_udf_extended_file_entry

Completed in 25 milliseconds