zpool_name_to_prop
if (zpool_name_to_prop(optarg) == ZPOOL_PROP_BOOTSIZE) {
if (zpool_name_to_prop(optarg) == ZPOOL_PROP_VERSION) {
if (zpool_name_to_prop(optarg) == ZPOOL_PROP_ALTROOT)
if ((prop = zpool_name_to_prop(propname)) == ZPOOL_PROP_INVAL &&
prop = zpool_name_to_prop(propname);
if ((prop = zpool_name_to_prop(za.za_name)) == ZPOOL_PROP_INVAL)
zpool_prop_t prop = zpool_name_to_prop(propname);
zpool_prop_t prop = zpool_name_to_prop(nvpair_name(elem));
switch (prop = zpool_name_to_prop(nvpair_name(elem))) {
zpool_prop_t zpool_name_to_prop(const char *);