Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c1004 nwam_ncu_handle_t *newncuhp) in nwam_ncu_copy() argument
1013 assert(oldncuh != NULL && newname != NULL && newncuhp != NULL); in nwam_ncu_copy()
1039 err = nwam_handle_create(NWAM_OBJECT_TYPE_NCU, typednewname, newncuhp); in nwam_ncu_copy()
1044 &((*newncuhp)->nwh_data))) != NWAM_SUCCESS) { in nwam_ncu_copy()
1045 free(*newncuhp); in nwam_ncu_copy()
1046 *newncuhp = NULL; in nwam_ncu_copy()