Searched refs:checkpoint (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_c.x117 % A checkpoint is done only if it has changed since the previous checkpoint.
118 % Returns TRUE if checkpoint was successful; FALSE otherwise. */
119 % bool_t checkpoint();
138 %/* Return whether the database has changed since its previous checkpoint. */
H A Ddb_dictionary_c.x192 % A checkpoint is done only if it has changed since the previous checkpoint.
193 % Returns TRUE if checkpoint was successful; FALSE otherwise. */
194 % db_status checkpoint();
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...]
H A Dnis_db.cc223 dbstat = InUseDictionary->checkpoint();
244 dbstat = InUseDictionary->checkpoint();
1748 * database file). If table_name is NULL, checkpoint all tables that
/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/lib/libpp/common/
H A Dppinput.c485 error(3, "checkpoint load in standalone mode only");
493 error(3, "checkpoint magic error");
499 error(3, "checkpoint load from files only");
506 error(3, "checkpoint read error");
513 error(3, "checkpoint read error");
516 if (!streq(s, pp.checkpoint))
517 error(3, "checkpoint version %s does not match %s", s, pp.checkpoint);
525 error(3, "checkpoint directory seek error");
527 error(3, "checkpoint director
[all...]
H A Dpplib.h42 #define CHECKPOINT 1 /* checkpoint preprocessed files */
149 struct ppindex* index; /* checkpoint include index */
284 char* checkpoint; /* checkpoint version */ \
716 struct ppindex /* checkpoint include index */
H A Dpplex.c2436 (*pp.pragma)(dirname(PRAGMA), pp.pass, keyname(X_CHECKPOINT), pp.checkpoint, 1);
H A Dppop.c516 error(3, "preprocessor not compiled with checkpoint enabled [CHECKPOINT]");
1067 (*pp.pragma)(dirname(PRAGMA), pp.pass, keyname(X_CHECKPOINT), pp.checkpoint, 1);
/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 69 milliseconds