PROP_ALIAS
} else if (strcmp(name, PROP_ALIAS) == 0) {
if (strcmp(name, PROP_ALIAS) == 0) {
(void) nvlist_lookup_string(cprops, PROP_ALIAS, &val);
(void) nvlist_remove_all(cprops, PROP_ALIAS);
(void) nvlist_lookup_string(proplist, PROP_ALIAS, &val);
(void) nvlist_remove_all(tprops, PROP_ALIAS);
if (nvlist_lookup_string(target->target_props, PROP_ALIAS,
PROP_ALIAS, &targetalias);