Searched defs:zpool_prop_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h208 } zpool_prop_t; typedef in typeref:enum:__anon186
276 zpool_prop_t zpool_name_to_prop(const char *);
277 const char *zpool_prop_to_name(zpool_prop_t);
278 const char *zpool_prop_default_string(zpool_prop_t);
279 uint64_t zpool_prop_default_numeric(zpool_prop_t);
280 boolean_t zpool_prop_readonly(zpool_prop_t);
283 int zpool_prop_index_to_string(zpool_prop_t, uint64_t, const char **);
284 int zpool_prop_string_to_index(zpool_prop_t, const char *, uint64_t *);
285 uint64_t zpool_prop_random_value(zpool_prop_t, uint64_t seed);

Completed in 67 milliseconds