Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c584 const char *normnm; in add_prop_list() local
622 normnm = propname; in add_prop_list()
624 normnm = zpool_prop_to_name(prop); in add_prop_list()
627 normnm = zfs_prop_to_name(fprop); in add_prop_list()
629 normnm = propname; in add_prop_list()
633 if (nvlist_lookup_string(proplist, normnm, &strval) == 0 && in add_prop_list()
640 if (nvlist_add_string(proplist, normnm, propval) != 0) { in add_prop_list()