Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.h121 int zprop_string_to_index(int, const char *, uint64_t *, zfs_type_t);
H A Dzpool_prop.c220 return (zprop_string_to_index(prop, string, index, ZFS_TYPE_POOL)); in zpool_prop_string_to_index()
H A Dzprop_common.c269 zprop_string_to_index(int prop, const char *string, uint64_t *index, in zprop_string_to_index() function
H A Dzfs_prop.c637 return (zprop_string_to_index(prop, string, index, ZFS_TYPE_DATASET)); in zfs_prop_string_to_index()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1380 if (zprop_string_to_index(prop, value, ivalp, type) != 0) { in zprop_parse_value()