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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h268 int zfs_prop_index_to_string(zfs_prop_t, uint64_t, const char **);
/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.c551 zfs_prop_index_to_string(zfs_prop_t prop, uint64_t index, const char **string) function
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2633 if (zfs_prop_index_to_string(prop, val, &strval) != 0)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c2544 if (zfs_prop_index_to_string(prop,
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1052 VERIFY(zfs_prop_index_to_string(prop, curval, &valname) == 0);

Completed in 128 milliseconds