zprop_string_to_index
return (zprop_string_to_index(prop, string, index, ZFS_TYPE_DATASET));
int zprop_string_to_index(int, const char *, uint64_t *, zfs_type_t);
return (zprop_string_to_index(prop, string, index, ZFS_TYPE_POOL));
if (zprop_string_to_index(prop, value, ivalp, type) != 0) {