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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.h170 * The pool_prop_t structure is used to hold all property related information
185 } pool_prop_t; typedef in typeref:struct:pool_prop
412 extern const pool_prop_t *provider_get_props(const pool_elem_t *);
413 extern const pool_prop_t *provider_get_prop(const pool_elem_t *,
415 extern int prop_is_stored(const pool_prop_t *);
416 extern int prop_is_readonly(const pool_prop_t *);
417 extern int prop_is_init(const pool_prop_t *);
418 extern int prop_is_hidden(const pool_prop_t *);
419 extern int prop_is_optional(const pool_prop_t *);
431 extern int uint_init(pool_prop_t *, uint64_
[all...]
H A Dpool_internal.c79 static int prop_is_type(int, const pool_prop_t *);
89 static int element_props_init(pool_prop_t *);
98 static int elem_name_init(pool_prop_t *);
99 static int elem_comment_init(pool_prop_t *);
101 static int pool_importance_init(pool_prop_t *);
102 static int pool_active_init(pool_prop_t *);
104 static int res_max_init(pool_prop_t *);
105 static int res_min_init(pool_prop_t *);
106 static int res_size_init(pool_prop_t *);
107 static int res_load_init(pool_prop_t *);
[all...]
H A Dpool.c859 const pool_prop_t *prop_info;
919 const pool_prop_t *prop_info;
1099 const pool_prop_t *prop_info;
1168 const pool_prop_t *default_props;
1229 const pool_prop_t *default_props;
1346 const pool_prop_t *default_props;
1706 const pool_prop_t *props = provider_get_props(elem);
H A Dpool_commit.c1297 const pool_prop_t *prop;
1331 const pool_prop_t *prop;
H A Dpool_kernel.c2304 const pool_prop_t *prop;
2400 const pool_prop_t *prop;
3208 const pool_prop_t *prop;

Completed in 77 milliseconds