Lines Matching defs:copyncuh
351 nwam_ncu_handle_t copyncuh;
363 copyncuh = *copyncuhp;
366 (void) strlcpy(copyncuh->nwh_name, linkname,
367 sizeof (copyncuh->nwh_name));
382 nwam_ncu_handle_t copyncuh;
388 if ((err = nwam_make_dlmgmt_ncu(ncuh, ©ncuh)) != NWAM_SUCCESS)
393 nwam_ncu_free(copyncuh);
397 err = nwam_commit(ncufile, copyncuh, flags);
399 nwam_ncu_free(copyncuh);
2705 nwam_ncu_handle_t copyncuh = NULL;
2729 if ((err = nwam_make_dlmgmt_ncu(ncuh, ©ncuh))
2737 nwam_ncu_free(copyncuh);
2741 err = nwam_destroy(ncufile, copyncuh, flags);
2745 * If NWAM_FLAG_DO_NOT_FREE is specified, then copyncuh has
2748 * copyncuh has been freed. ncuh must also be freed. On
2749 * failure from nwam_destroy(), copyncuh must be freed.
2753 nwam_ncu_free(copyncuh);
2757 nwam_ncu_free(copyncuh);