Home
last modified time | relevance | path

Searched refs:pool_value_class_t (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h122 } pool_value_class_t; typedef
214 extern pool_value_class_t pool_get_property(const pool_conf_t *,
244 extern pool_value_class_t pool_value_get_type(const pool_value_t *);
H A Dpool_internal.h141 pool_value_class_t pv_class; /* Value type */
367 extern pool_value_class_t pool_get_ns_property(const pool_elem_t *,
H A Dpool_xml.c226 static pool_value_class_t pool_xml_get_property(const pool_elem_t *,
232 pool_value_class_t);
236 static pool_value_class_t pool_xml_get_attr(xmlNodePtr node, xmlChar *name,
240 static pool_value_class_t pool_xml_get_prop(xmlNodePtr node, xmlChar *name,
430 property_create(xmlNodePtr parent, const char *name, pool_value_class_t type) in property_create()
460 static pool_value_class_t
464 pool_value_class_t type; in pool_xml_get_property()
569 static pool_value_class_t
572 pool_value_class_t data_type; in pool_xml_get_attr()
650 pool_value_class_t data_type; in pool_xml_set_attr()
[all …]
H A Dpool_value.c140 pool_value_class_t
359 pool_value_class_t type; in pool_value_equal()
H A Dpool_impl.h94 pool_value_class_t (*pe_get_prop)(const pool_elem_t *, const char *,
H A Dpool_kernel.c276 static pool_value_class_t pool_knl_get_property(const pool_elem_t *,
278 static pool_value_class_t pool_knl_get_dynamic_property(const pool_elem_t *,
2302 pool_value_class_t
2336 pool_value_class_t
3496 pool_value_class_t type; in pool_knl_nvlist_add_value()
H A Dpool.c853 pool_value_class_t
889 pool_value_class_t
H A Dpool_internal.c947 pool_value_class_t pvc; in resource_get_common()