Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.h123 uint64_t zprop_random_value(int, uint64_t, zfs_type_t);
H A Dzpool_prop.c233 return (zprop_random_value(prop, seed, ZFS_TYPE_POOL)); in zpool_prop_random_value()
H A Dzprop_common.c324 zprop_random_value(int prop, uint64_t seed, zfs_type_t type) in zprop_random_value() function
H A Dzfs_prop.c649 return (zprop_random_value(prop, seed, ZFS_TYPE_DATASET)); in zfs_prop_random_value()