Home
last modified time | relevance | path

Searched refs:pool_conf_t (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h151 typedef struct pool_conf pool_conf_t; typedef
160 extern pool_conf_t *pool_conf_alloc(void);
161 extern void pool_conf_free(pool_conf_t *);
164 extern int pool_conf_close(pool_conf_t *);
165 extern int pool_conf_remove(pool_conf_t *);
167 extern int pool_conf_rollback(pool_conf_t *);
168 extern int pool_conf_commit(pool_conf_t *, int);
183 extern char *pool_conf_info(const pool_conf_t *, int);
200 extern int pool_destroy(pool_conf_t *, pool_t *);
267 extern int pool_walk_pools(pool_conf_t *, void *,
[all …]
H A Dpool_impl.h89 pool_conf_t *pe_conf; /* Configuration */
166 pool_conf_t *prs_conf; /* Configuration */
200 int (*pc_close)(pool_conf_t *);
202 int (*pc_commit)(pool_conf_t *);
203 int (*pc_export)(const pool_conf_t *, const char *,
205 int (*pc_rollback)(pool_conf_t *);
206 pool_result_set_t *(*pc_exec_query)(const pool_conf_t *,
211 int (*pc_remove)(pool_conf_t *);
215 char *(*pc_get_binding)(pool_conf_t *, pid_t);
217 char *(*pc_get_resource_binding)(pool_conf_t *,
[all …]
H A Dpool_xml_impl.h123 const pool_conf_t *prs_conf; /* Configuration */
166 int (*pc_close)(pool_conf_t *);
167 int (*pc_validate)(const pool_conf_t *, pool_valid_level_t);
168 int (*pc_commit)(pool_conf_t *);
169 int (*pc_export)(const pool_conf_t *, const char *,
171 int (*pc_rollback)(pool_conf_t *);
172 pool_result_set_t *(*pc_exec_query)(const pool_conf_t *,
175 pool_elem_t *(*pc_elem_create)(pool_conf_t *, pool_elem_class_t,
177 int (*pc_remove)(pool_conf_t *);
181 char *(*pc_get_binding)(pool_conf_t *, pid_t);
[all …]
H A Dpool_kernel_impl.h116 const pool_conf_t *prs_conf; /* Configuration */
144 int (*pc_close)(pool_conf_t *);
145 int (*pc_validate)(const pool_conf_t *, pool_valid_level_t);
146 int (*pc_commit)(pool_conf_t *);
147 int (*pc_export)(const pool_conf_t *, const char *,
149 int (*pc_rollback)(pool_conf_t *);
150 pool_result_set_t *(*pc_exec_query)(const pool_conf_t *,
153 pool_elem_t *(*pc_elem_create)(pool_conf_t *, pool_elem_class_t,
155 int (*pc_remove)(pool_conf_t *);
159 char *(*pc_get_binding)(pool_conf_t *, pid_t);
[all …]
H A Dpool_internal.h230 pool_conf_t *l_conf; /* Configuration for this log */
271 extern int pool_conf_commit_sys(pool_conf_t *, int);
276 extern int pool_xml_connection_alloc(pool_conf_t *, int);
277 extern int pool_knl_connection_alloc(pool_conf_t *, int);
282 extern pool_component_t *pool_component_create(pool_conf_t *,
370 void *, int (*)(pool_conf_t *, pool_elem_t *, const char *,
372 extern int pool_set_temporary(pool_conf_t *, pool_elem_t *);
389 extern int conf_is_dynamic(const pool_conf_t *);
394 extern int pool_knl_update(pool_conf_t *, int *);
439 extern log_t *log_alloc(pool_conf_t *);
[all …]
H A Dpool.c173 pool_conf_status(const pool_conf_t *conf) in pool_conf_status()
184 pool_conf_t *conf; in pool_set_binding()
210 pool_conf_t *conf; in pool_get_resource_binding()
242 pool_conf_t *conf; in pool_get_binding()
337 pool_conf_t *conf = TO_CONF(pe); in pool_base_info()
1420 pool_conf_close(pool_conf_t *conf) in pool_conf_close()
1442 pool_conf_remove(pool_conf_t *conf) in pool_conf_remove()
1458 pool_conf_t *
1461 pool_conf_t *conf; in pool_conf_alloc()
1475 pool_conf_free(pool_conf_t *conf) in pool_conf_free()
[all …]
H A Dpool_commit.c114 static int diff_and_fix(pool_conf_t *, pool_conf_t *);
117 pool_conf_t *);
118 static int process_lists(int, pool_conf_t *,
119 pool_conf_t *, int);
121 static int share_resources(pool_conf_t *);
422 diff_and_fix(pool_conf_t *stc, pool_conf_t *dyn) in diff_and_fix()
480 process_elem_gt(pool_elem_t *pe, pool_conf_t *stc, pool_conf_t *dyn) in process_elem_gt()
573 process_lists(int type, pool_conf_t *stc, pool_conf_t *dyn, int pass) in process_lists()
718 share_resources(pool_conf_t *conf) in share_resources()
1220 add_importance_props(pool_conf_t *conf) in add_importance_props()
[all …]
H A Dpool_xml.c172 static int pool_xml_close(pool_conf_t *);
174 static int pool_xml_commit(pool_conf_t *conf);
369 pool_xml_free_doc(pool_conf_t *conf) in pool_xml_free_doc()
929 pool_conf_t *conf = TO_CONF(pe); in pool_xml_get_properties()
1136 pool_xml_close(pool_conf_t *conf) in pool_xml_close()
1162 pool_xml_remove(pool_conf_t *conf) in pool_xml_remove()
1225 pool_xml_commit(pool_conf_t *conf) in pool_xml_commit()
1294 pool_xml_rollback(pool_conf_t *conf) in pool_xml_rollback()
1359 pool_conf_t *conf = node->doc->_private; in pool_xml_elem_wrap()
1643 pool_conf_t *dyn; in pool_xml_connection_alloc()
[all …]
H A Dpool_kernel.c92 const pool_conf_t *conf;
218 static int pool_knl_close(pool_conf_t *);
220 static int pool_knl_commit(pool_conf_t *);
639 pool_knl_close(pool_conf_t *conf) in pool_knl_close()
811 pool_knl_commit(pool_conf_t *conf) in pool_knl_commit()
1018 (pool_conf_t *)conf, in pool_knl_export()
1097 (pool_conf_t *)conf, in pool_knl_export()
1137 (pool_conf_t *)conf, in pool_knl_export()
1205 pool_knl_recover(pool_conf_t *conf) in pool_knl_recover()
1224 pool_knl_rollback(pool_conf_t *conf) in pool_knl_rollback()
[all …]
H A Dpool_internal.c727 conf_is_dynamic(const pool_conf_t *conf) in conf_is_dynamic()
1296 resource_by_sysid(const pool_conf_t *conf, id_t sysid, const char *type) in resource_by_sysid()
1412 pool_conf_system(const pool_conf_t *conf) in pool_conf_system()
1659 pool_validate_resource(const pool_conf_t *conf, const char *type, in pool_validate_resource()
1662 pool_conf_t *dyn; in pool_validate_resource()
1712 dyn = (pool_conf_t *)conf; in pool_validate_resource()
1792 log_alloc(pool_conf_t *conf) in log_alloc()
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c456 pool_conf_free((pool_conf_t *)(uintptr_t)jconf); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1free()
533 (pool_conf_t *)(uintptr_t)jconf, (int)jactive)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1commit()
1049 (pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resource_1components()
1144 result = pool_info((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1info()
1227 (pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1get_1owning_1resource()
1329 (int (*)(pool_conf_t *, pool_elem_t *, char const *, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1walk_1properties()
1344 (pool_conf_t *)(uintptr_t)jconf)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1to_1elem()
1368 (pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1to_1elem()
1381 (pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1component_1to_1elem()
1645 (int (*)(pool_conf_t *, pool_resource_t *, void *)) in Java_com_sun_solaris_service_pools_PoolInternal_pool_1walk_1resources()
[all …]
/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c70 config_print(pool_conf_t *conf) in config_print()
97 config_destroy(pool_conf_t *conf) in config_destroy()
107 config_commit(pool_conf_t *conf, const char *static_conf_name) in config_commit()
135 pool_conf_t *conf = NULL; in main()
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_libpool.c42 (pool_conf_t *, pool_elem_t *, const char *, pool_value_t *, void *);
50 static pool_conf_t *conf;
108 populate_userdata_cb(pool_conf_t *unused1, pool_elem_t *unused2, in populate_userdata_cb()
H A Dpoolstat.c140 static pool_conf_t *conf;
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c113 pool_check_pset(pool_conf_t *conf, pool_resource_t *res, in pool_check_pset()
209 pool_conf_t *conf; in pset_validate_remove()
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c278 pool_conf_t *conf = NULL; in handle_sig()
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c471 pool_conf_t *conf; in bind_to_pool()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4187 create_tmp_pset(char *pool_err, int err_size, pool_conf_t *pconf, pool_t *pool, in create_tmp_pset()
4228 create_tmp_pool(char *pool_err, int err_size, pool_conf_t *pconf, char *name, in create_tmp_pool()
4306 get_running_tmp_pset(pool_conf_t *pconf, pool_t *pool, pool_resource_t *pset, in get_running_tmp_pset()
4360 verify_del_tmp_pool(pool_conf_t *pconf, char *tmp_name, char *pool_err, in verify_del_tmp_pool()
4434 pool_conf_t *pconf; in zonecfg_destroy_tmp_pool()
4507 pool_conf_t *pconf; in zonecfg_bind_tmp_pool()
4573 pool_conf_t *poolconf; in zonecfg_bind_pool()
4736 pool_conf_t *poolconf; in get_pool_sched_class()
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c398 pool_conf_t *zsctl_pool_conf;
1671 pool_conf_t *conf = ctl->zsctl_pool_conf; in zsd_get_pool_pset()
1889 pool_conf_t *conf; in zsd_refresh_psets()
2046 pool_conf_t *conf = ctl->zsctl_pool_conf; in zsd_get_zone_pool_pset()
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y126 static pool_conf_t *conf = NULL; /* Config to be processed */
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2145 pool_conf_t *poolconf; in verify_pool()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c2200 pool_conf_t *poolconf; in check_pool()