Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c296 struct nwam_handle **newhpp) in nwam_copy() argument
301 assert(oldhp != NULL && newname != NULL && newhpp != NULL); in nwam_copy()
309 if ((err = nwam_handle_create(oldhp->nwh_object_type, newname, newhpp)) in nwam_copy()
313 &((*newhpp)->nwh_data))) != NWAM_SUCCESS) { in nwam_copy()
314 nwam_free(*newhpp); in nwam_copy()
315 *newhpp = NULL; in nwam_copy()