Searched refs:zprop_string_to_index (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/common/zfs/ |
H A D | zfs_prop.h | 118 int zprop_string_to_index(int, const char *, uint64_t *, zfs_type_t);
|
H A D | zpool_prop.c | 201 return (zprop_string_to_index(prop, string, index, ZFS_TYPE_POOL)); in zpool_prop_string_to_index()
|
H A D | zprop_common.c | 269 zprop_string_to_index(int prop, const char *string, uint64_t *index, in zprop_string_to_index() function
|
H A D | zfs_prop.c | 535 return (zprop_string_to_index(prop, string, index, ZFS_TYPE_DATASET)); in zfs_prop_string_to_index()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_util.c | 1219 if (zprop_string_to_index(prop, value, ivalp, type) != 0) { in zprop_parse_value()
|