Searched refs:oldhp (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libnwam/common/ |
H A D | libnwam_object.c | 295 nwam_copy(const char *dbname, struct nwam_handle *oldhp, const char *newname, in nwam_copy() argument 301 assert(oldhp != NULL && newname != NULL && newhpp != NULL); in nwam_copy() 303 if (nwam_read(oldhp->nwh_object_type, dbname, newname, 0, &hp) in nwam_copy() 309 if ((err = nwam_handle_create(oldhp->nwh_object_type, newname, newhpp)) in nwam_copy() 312 if ((err = nwam_dup_object_list(oldhp->nwh_data, in nwam_copy()
|