Searched refs:pool_resource_elem_class_from_string (Results 1 – 5 of 5) sorted by relevance
318 extern pool_resource_elem_class_t pool_resource_elem_class_from_string(const
216 if ((type = pool_resource_elem_class_from_string(sz_type)) == in pool_get_resource_binding()1240 if ((type = pool_resource_elem_class_from_string(sz_type)) == in pool_resource_create()
801 switch (pool_resource_elem_class_from_string(type)) { in resource_allocate()
1094 res_class = pool_resource_elem_class_from_string((char *)data); in create_shadow()1104 res_class = pool_resource_elem_class_from_string((char *)data); in create_shadow()
1355 pool_resource_elem_class_from_string(const char *type) in pool_resource_elem_class_from_string() function