Searched refs:newncuh (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c408 nwam_ncu_handle_t newncuh = NULL; local
416 &newncuh)) != NWAM_SUCCESS)
420 &(newncuh->nwh_data))) != NWAM_SUCCESS)
427 err = nwam_set_prop_value(newncuh->nwh_data, NWAM_NCU_PROP_PARENT_NCP,
434 (err = nwam_ncu_get_parent_ncp_name(newncuh, &ncpname))
446 err = nwam_ncu_commit(newncuh, 0);
448 err = nwam_ncu_link_commit(newncuh, ncpname, 0);
452 nwam_ncu_free(newncuh);

Completed in 20 milliseconds