Searched refs:zprop_index_to_string (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/common/zfs/ |
H A D | zfs_prop.h | 119 int zprop_index_to_string(int, uint64_t, const char **, zfs_type_t);
|
H A D | zpool_prop.c | 209 return (zprop_index_to_string(prop, index, string, ZFS_TYPE_POOL)); in zpool_prop_index_to_string()
|
H A D | zprop_common.c | 299 zprop_index_to_string(int prop, uint64_t index, const char **string, in zprop_index_to_string() function
|
H A D | zfs_prop.c | 573 return (zprop_index_to_string(prop, index, string, ZFS_TYPE_DATASET)); in zfs_prop_index_to_string()
|