Searched refs:oldncuh (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libnwam/common/ |
H A D | libnwam_ncp.c | 405 nwam_ncp_copy_callback(nwam_ncu_handle_t oldncuh, void *arg) argument 415 if ((err = nwam_handle_create(NWAM_OBJECT_TYPE_NCU, oldncuh->nwh_name, 419 if ((err = nwam_dup_object_list(oldncuh->nwh_data, 433 if ((err = nwam_ncu_get_ncu_type(oldncuh, &type)) != NWAM_SUCCESS || 1880 nwam_ncu_copy(nwam_ncu_handle_t oldncuh, const char *newname, argument 1889 assert(oldncuh != NULL && newname != NULL && newncuhp != NULL); 1891 if (nwam_ncu_get_prop_value(oldncuh, NWAM_NCU_PROP_TYPE, 1901 if ((err = nwam_ncu_is_advanced(oldncuh, &advanced)) == NWAM_SUCCESS && 1915 err = nwam_copy(ncufile, oldncuh, typednewname, newncuhp);
|
Completed in 25 milliseconds