Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c340 nwam_ncp_handle_t *newncphp) in nwam_ncp_copy() argument
346 assert(oldncph != NULL && newname != NULL && newncphp != NULL); in nwam_ncp_copy()
351 *newncphp = NULL; in nwam_ncp_copy()
356 if ((err = nwam_ncp_create(newname, 0, newncphp)) != NWAM_SUCCESS) in nwam_ncp_copy()
359 err = nwam_ncp_walk_ncus(oldncph, nwam_ncp_copy_callback, *newncphp, in nwam_ncp_copy()
363 (void) nwam_ncp_destroy(*newncphp, 0); in nwam_ncp_copy()
364 *newncphp = NULL; in nwam_ncp_copy()