Home
last modified time | relevance | path

Searched refs:zprop_index_to_string (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/common/zfs/
H A Dzfs_prop.h119 int zprop_index_to_string(int, uint64_t, const char **, zfs_type_t);
H A Dzpool_prop.c209 return (zprop_index_to_string(prop, index, string, ZFS_TYPE_POOL)); in zpool_prop_index_to_string()
H A Dzprop_common.c299 zprop_index_to_string(int prop, uint64_t index, const char **string, in zprop_index_to_string() function
H A Dzfs_prop.c573 return (zprop_index_to_string(prop, index, string, ZFS_TYPE_DATASET)); in zfs_prop_index_to_string()