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

/osnet-11/usr/src/lib/libnisdb/
H A Dnis_db.cc1752 db_checkpoint(char * table_name) function
1754 return (InUseDictionary->db_checkpoint(table_name));
H A Ddb_dictionary.cc1908 "db_dictionary::db_checkpoint: could not allocate space",
1913 "db_dictionary::db_checkpoint: could not load table %s",
1941 db_dictionary::db_checkpoint(char *tab) function in class:db_dictionary
1947 READLOCK(this, DB_LOCK_ERROR, "r db_dictionary::db_checkpoint");
1949 READUNLOCK(this, DB_LOCK_ERROR, "ru db_dictionary::db_checkpoint");
1955 READLOCK(this, DB_LOCK_ERROR, "r db_dictionary::db_checkpoint");
1959 READUNLOCK(this, ret, "ru db_dictionary::db_checkpoint");
1965 "ru db_dictionary::db_checkpoint");
1970 READUNLOCK(this, ret, "ru db_dictionary::db_checkpoint");

Completed in 30 milliseconds