Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libpool/common/
H A Dpool.h124 } pool_value_class_t; typedef
216 extern pool_value_class_t pool_get_property(const pool_conf_t *,
246 extern pool_value_class_t pool_value_get_type(const pool_value_t *);
H A Dpool_internal.h143 pool_value_class_t pv_class; /* Value type */
369 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,
438 property_create(xmlNodePtr parent, const char *name, pool_value_class_t type) in property_create()
468 static pool_value_class_t
472 pool_value_class_t type; in pool_xml_get_property()
577 static pool_value_class_t
580 pool_value_class_t data_type; in pool_xml_get_attr()
658 pool_value_class_t data_type; in pool_xml_set_attr()
[all …]
H A Dpool_value.c142 pool_value_class_t
361 pool_value_class_t type; in pool_value_equal()
H A Dpool_impl.h96 pool_value_class_t (*pe_get_prop)(const pool_elem_t *, const char *,
H A Dpool_kernel.c275 static pool_value_class_t pool_knl_get_property(const pool_elem_t *,
277 static pool_value_class_t pool_knl_get_dynamic_property(const pool_elem_t *,
2298 pool_value_class_t
2332 pool_value_class_t
3490 pool_value_class_t type; in pool_knl_nvlist_add_value()
H A Dpool.c855 pool_value_class_t
891 pool_value_class_t
H A Dpool_internal.c949 pool_value_class_t pvc; in resource_get_common()