Searched refs:pool_elem_class_t (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | pool_impl.h | 93 } pool_elem_class_t; typedef 187 pool_elem_class_t pp_o_id_type; 198 pool_elem_class_t pp_o_id_type; 209 pool_elem_class_t pp_o_id_type; 218 pool_elem_class_t pp_o_id_type; 225 pool_elem_class_t pp_o_id_type; 234 pool_elem_class_t pp_o_id_type; 243 pool_elem_class_t pp_o_id_type; 252 pool_elem_class_t pp_o_id_type;
|
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool_impl.h | 92 pool_elem_class_t pe_class; /* Element class */ 209 const pool_elem_t *, const char *, pool_elem_class_t, 211 pool_elem_t *(*pc_elem_create)(pool_conf_t *, pool_elem_class_t, 277 const pool_elem_t *, const char *, pool_elem_class_t, pool_value_t **);
|
H A D | pool_xml_impl.h | 176 pool_elem_class_t, pool_value_t **); 177 pool_elem_t *(*pc_elem_create)(pool_conf_t *, pool_elem_class_t,
|
H A D | pool_internal.h | 312 extern pool_elem_class_t pool_elem_class(const pool_elem_t *); 317 extern pool_elem_class_t pool_elem_class_from_string(const char *); 358 extern const char *is_a_known_prefix(pool_elem_class_t, const char *);
|
H A D | pool_kernel_impl.h | 154 pool_elem_class_t, pool_value_t **); 155 pool_elem_t *(*pc_elem_create)(pool_conf_t *, pool_elem_class_t,
|
H A D | pool_xml.c | 164 pool_elem_class_t, pool_value_t **, char_buf_t *, int); 180 pool_elem_class_t classes, pool_value_t **props); 204 pool_elem_class_t, pool_resource_elem_class_t, pool_component_elem_class_t); 205 static int pool_xml_elem_wrap(xmlNodePtr node, pool_elem_class_t class, 207 static pool_elem_t *pool_xml_elem_create(pool_conf_t *, pool_elem_class_t, 1326 pool_elem_class_t class, pool_resource_elem_class_t res_class, in pool_xml_elem_init() 1363 pool_xml_elem_wrap(xmlNodePtr node, pool_elem_class_t class, in pool_xml_elem_wrap() 1477 pool_xml_elem_create(pool_conf_t *conf, pool_elem_class_t class, in pool_xml_elem_create() 2095 const char *src_attr, pool_elem_class_t classes, pool_value_t **props) in pool_xml_exec_query() 2260 pool_elem_class_t class, pool_value_t *props[], char_buf_t *cb, int is_ref) in pool_build_xpath_buf()
|
H A D | pool_internal.c | 821 pool_elem_class_t elem_class = pool_elem_class(elem); in provider_get_props() 1218 is_a_known_prefix(pool_elem_class_t class, const char *prop_name) in is_a_known_prefix() 1338 pool_elem_class_t 1351 return ((pool_elem_class_t)i); in pool_elem_class_from_string() 1623 pool_elem_class_t
|
H A D | pool_kernel.c | 94 pool_elem_class_t classes; 224 const pool_elem_t *, const char *, pool_elem_class_t, pool_value_t **); 255 static pool_knl_elem_t *pool_knl_elem_wrap(pool_conf_t *, pool_elem_class_t, 257 static pool_elem_t *pool_knl_elem_create(pool_conf_t *, pool_elem_class_t, 1315 const char *src_attr, pool_elem_class_t classes, pool_value_t **props) in pool_knl_exec_query() 1592 pool_knl_elem_wrap(pool_conf_t *conf, pool_elem_class_t class, in pool_knl_elem_wrap() 1676 pool_knl_elem_create(pool_conf_t *conf, pool_elem_class_t class, in pool_knl_elem_create()
|
H A D | pool.c | 1233 pool_elem_class_t elem_class; in pool_resource_create() 2163 const char *src_attr, pool_elem_class_t classes, pool_value_t **props) in pool_exec_query()
|