Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zpool/
H A Dzpool_main.c410 const char *normnm; in add_prop_list() local
448 normnm = propname; in add_prop_list()
450 normnm = zpool_prop_to_name(prop); in add_prop_list()
453 normnm = zfs_prop_to_name(fprop); in add_prop_list()
455 normnm = propname; in add_prop_list()
459 if (nvlist_lookup_string(proplist, normnm, &strval) == 0 && in add_prop_list()
466 if (nvlist_add_string(proplist, normnm, propval) != 0) { in add_prop_list()