Searched defs:db_checkpoint (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_db.cc1758 db_checkpoint(char * table_name) function
1760 return (InUseDictionary->db_checkpoint(table_name));
H A Ddb_dictionary.cc1911 "db_dictionary::db_checkpoint: could not allocate space",
1916 "db_dictionary::db_checkpoint: could not load table %s",
1944 db_dictionary::db_checkpoint(char *tab) function in class:db_dictionary
1950 READLOCK(this, DB_LOCK_ERROR, "r db_dictionary::db_checkpoint");
1952 READUNLOCK(this, DB_LOCK_ERROR, "ru db_dictionary::db_checkpoint");
1958 READLOCK(this, DB_LOCK_ERROR, "r db_dictionary::db_checkpoint");
1962 READUNLOCK(this, ret, "ru db_dictionary::db_checkpoint");
1968 "ru db_dictionary::db_checkpoint");
1973 READUNLOCK(this, ret, "ru db_dictionary::db_checkpoint");

Completed in 69 milliseconds