Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/zfs/
H A Dzfs_prop.c571 zfs_prop_index_to_string(zfs_prop_t prop, uint64_t index, const char **string) in zfs_prop_index_to_string() function
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/fs/
H A Dzfs.h270 int zfs_prop_index_to_string(zfs_prop_t, uint64_t, const char **);
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_dataset.c2577 if (zfs_prop_index_to_string(prop, val, &strval) != 0) in zfs_prop_get()
/netbsd-src/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c1048 VERIFY(zfs_prop_index_to_string(prop, curval, &valname) == 0); in ztest_dsl_prop_set_uint64()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_ioctl.c2630 if (zfs_prop_index_to_string(prop, in zfs_set_prop_nvlist()