Searched defs:db_clone_bucket (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_dictionary.cc | 637 db_dictionary::db_clone_bucket(db_table_desc *bucket, db_table_desc **clone) function in class:db_dictionary 643 READLOCK(this, DB_LOCK_ERROR, "r db_dictionary::db_clone_bucket"); 686 READUNLOCK(this, DB_LOCK_ERROR, "ru db_dictionary::db_clone_bucket"); 883 retval = db_clone_bucket(np, &clone); 960 retval = db_clone_bucket(tbl, &clone); 1076 retval = db_clone_bucket(&tbl_ent, &clone); 2195 if (db_clone_bucket(t, &n)) { 2249 res = db_clone_bucket(tbl, &clone);
|
Completed in 84 milliseconds