Searched defs:newncuhp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c992 nwam_ncu_handle_t *newncuhp)
1001 assert(oldncuh != NULL && newname != NULL && newncuhp != NULL);
1027 err = nwam_handle_create(NWAM_OBJECT_TYPE_NCU, typednewname, newncuhp);
1032 &((*newncuhp)->nwh_data))) != NWAM_SUCCESS) {
1033 free(*newncuhp);
1034 *newncuhp = NULL;
991 nwam_ncu_copy(nwam_ncu_handle_t oldncuh, const char *newname, nwam_ncu_handle_t *newncuhp) argument

Completed in 48 milliseconds