Searched defs:db_clone_bucket (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_dictionary.cc | 634 db_dictionary::db_clone_bucket(db_table_desc *bucket, db_table_desc **clone) function in class:db_dictionary 640 READLOCK(this, DB_LOCK_ERROR, "r db_dictionary::db_clone_bucket"); 683 READUNLOCK(this, DB_LOCK_ERROR, "ru db_dictionary::db_clone_bucket"); 880 retval = db_clone_bucket(np, &clone); 957 retval = db_clone_bucket(tbl, &clone); 1073 retval = db_clone_bucket(&tbl_ent, &clone); 2192 if (db_clone_bucket(t, &n)) { 2246 res = db_clone_bucket(tbl, &clone);
|
Completed in 29 milliseconds