Home
last modified time | relevance | path

Searched refs:db_checkpoint (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/rpcsvc/
H A Dnis_db.h101 extern db_status db_checkpoint(char *);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x200 % db_status db_checkpoint( char* tab = 0 );
H A Dmapfile-vers71 db_checkpoint;
H A Dnis_db.cc1757 db_checkpoint(char * table_name) in db_checkpoint() function
1759 return (InUseDictionary->db_checkpoint(table_name)); in db_checkpoint()
H A Ddb_dictionary.cc1945 db_dictionary::db_checkpoint(char *tab) in db_checkpoint() function in db_dictionary