Lines Matching defs:conf

175 pool_conf_status(const pool_conf_t *conf)  in pool_conf_status()
186 pool_conf_t *conf; in pool_set_binding() local
212 pool_conf_t *conf; in pool_get_resource_binding() local
244 pool_conf_t *conf; in pool_get_binding() local
339 pool_conf_t *conf = TO_CONF(pe); in pool_base_info() local
501 pool_info(const pool_conf_t *conf, const pool_t *pool, int deep) in pool_info()
529 pool_resource_info(const pool_conf_t *conf, const pool_resource_t *res, in pool_resource_info()
558 pool_component_info(const pool_conf_t *conf, const pool_component_t *comp, in pool_component_info()
587 pool_conf_info(const pool_conf_t *conf, int deep) in pool_conf_info()
856 pool_get_property(const pool_conf_t *conf, const pool_elem_t *pe, in pool_get_property()
916 pool_put_property(pool_conf_t *conf, pool_elem_t *pe, const char *name, in pool_put_property()
981 pool_set_temporary(pool_conf_t *conf, pool_elem_t *pe) in pool_set_temporary()
1097 pool_rm_property(pool_conf_t *conf, pool_elem_t *pe, const char *name) in pool_rm_property()
1164 pool_create(pool_conf_t *conf, const char *name) in pool_create()
1225 pool_resource_create(pool_conf_t *conf, const char *sz_type, const char *name) in pool_resource_create()
1341 pool_component_create(pool_conf_t *conf, const pool_resource_t *res, in pool_component_create()
1409 pool_conf_location(const pool_conf_t *conf) in pool_conf_location()
1422 pool_conf_close(pool_conf_t *conf) in pool_conf_close()
1444 pool_conf_remove(pool_conf_t *conf) in pool_conf_remove()
1463 pool_conf_t *conf; in pool_conf_alloc() local
1477 pool_conf_free(pool_conf_t *conf) in pool_conf_free()
1487 pool_conf_open(pool_conf_t *conf, const char *location, int oflags) in pool_conf_open()
1564 pool_conf_rollback(pool_conf_t *conf) in pool_conf_rollback()
1581 pool_conf_commit(pool_conf_t *conf, int active) in pool_conf_commit()
1621 pool_conf_export(const pool_conf_t *conf, const char *location, in pool_conf_export()
1636 pool_conf_validate(const pool_conf_t *conf, pool_valid_level_t level) in pool_conf_validate()
1650 pool_conf_update(const pool_conf_t *conf, int *changed) in pool_conf_update()
1674 pool_walk_properties(pool_conf_t *conf, pool_elem_t *elem, void *arg, in pool_walk_properties()
1700 pool_walk_any_properties(pool_conf_t *conf, pool_elem_t *elem, void *arg, in pool_walk_any_properties()
1818 pool_get_pool(const pool_conf_t *conf, const char *name) in pool_get_pool()
1858 pool_query_pools(const pool_conf_t *conf, uint_t *size, pool_value_t **props) in pool_query_pools()
1901 pool_get_resource(const pool_conf_t *conf, const char *sz_type, in pool_get_resource()
1966 pool_query_resources(const pool_conf_t *conf, uint_t *size, in pool_query_resources()
2017 pool_query_components(const pool_conf_t *conf, uint_t *size, in pool_query_components()
2029 pool_destroy(pool_conf_t *conf, pool_t *pp) in pool_destroy()
2056 pool_resource_destroy(pool_conf_t *conf, pool_resource_t *prs) in pool_resource_destroy()
2162 pool_exec_query(const pool_conf_t *conf, const pool_elem_t *src, in pool_exec_query()
2253 pool_conf_t *conf = TO_CONF(TO_ELEM(src)); in choose_components() local
2311 setup_transfer(pool_conf_t *conf, pool_resource_t *src, pool_resource_t *tgt, in setup_transfer()
2374 pool_resource_transfer(pool_conf_t *conf, pool_resource_t *src, in pool_resource_transfer()
2416 pool_resource_xtransfer(pool_conf_t *conf, pool_resource_t *src, in pool_resource_xtransfer()
2484 pool_get_owning_resource(const pool_conf_t *conf, const pool_component_t *comp) in pool_get_owning_resource()
2524 pool_conf_to_elem(const pool_conf_t *conf) in pool_conf_to_elem()
2540 pool_to_elem(const pool_conf_t *conf, const pool_t *pp) in pool_to_elem()
2550 pool_resource_to_elem(const pool_conf_t *conf, const pool_resource_t *prs) in pool_resource_to_elem()
2560 pool_component_to_elem(const pool_conf_t *conf, const pool_component_t *pr) in pool_component_to_elem()
2574 pool_walk_pools(pool_conf_t *conf, void *arg, in pool_walk_pools()
2575 int (*callback)(pool_conf_t *conf, pool_t *pool, void *arg)) in pool_walk_pools()
2603 pool_walk_components(pool_conf_t *conf, pool_resource_t *prs, void *arg, in pool_walk_components()
2604 int (*callback)(pool_conf_t *conf, pool_component_t *pr, void *arg)) in pool_walk_components()
2632 pool_query_pool_resources(const pool_conf_t *conf, const pool_t *pp, in pool_query_pool_resources()
2681 pool_walk_resources(pool_conf_t *conf, pool_t *pp, void *arg, in pool_walk_resources()
2708 pool_query_resource_components(const pool_conf_t *conf, in pool_query_resource_components()
2777 pool_associate(pool_conf_t *conf, pool_t *pool, const pool_resource_t *res) in pool_associate()
2791 pool_dissociate(pool_conf_t *conf, pool_t *pool, const pool_resource_t *res) in pool_dissociate()
2932 pool_conf_check(const pool_conf_t *conf) in pool_conf_check()