Searched refs:zprop_random_value (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/include/ |
H A D | zfs_prop.h | 142 _ZFS_PROP_H uint64_t zprop_random_value(int, uint64_t, zfs_type_t);
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zprop_common.c | 365 zprop_random_value(int prop, uint64_t seed, zfs_type_t type) in zprop_random_value() function 507 EXPORT_SYMBOL(zprop_random_value);
|
H A D | zpool_prop.c | 283 return (zprop_random_value(prop, seed, ZFS_TYPE_POOL)); in zpool_prop_random_value() 577 return (zprop_random_value(prop, seed, ZFS_TYPE_VDEV)); in vdev_prop_random_value()
|
H A D | zfs_prop.c | 907 return (zprop_random_value(prop, seed, ZFS_TYPE_DATASET)); in zfs_prop_random_value()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 617 …<elf-symbol name='zprop_random_value' type='func-type' binding='global-binding' visibility='defaul… 10227 …ame='zprop_random_value' mangled-name='zprop_random_value' visibility='default' binding='global' s…
|