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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc692 db_dictionary::change_table_name(db_table_desc *clone, char *tok, char *repl) function in class:db_dictionary
697 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::change_table_name");
717 "db_dictionary::change_table_name: out of memory");
718 FATAL3("db_dictionary::change_table_name: out of memory.",
735 "wu db_dictionary::change_table_name");
889 if (change_table_name(clone, tok, repl) == -1) {
970 (change_table_name(clone, tok, repl) == -1)) {

Completed in 97 milliseconds