Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpool/common/
H A Dpool.h153 typedef struct pool_conf pool_conf_t; typedef
162 extern pool_conf_t *pool_conf_alloc(void);
163 extern void pool_conf_free(pool_conf_t *);
164 extern pool_conf_state_t pool_conf_status(const pool_conf_t *);
166 extern int pool_conf_close(pool_conf_t *);
167 extern int pool_conf_remove(pool_conf_t *);
168 extern int pool_conf_open(pool_conf_t *, const char *, int);
169 extern int pool_conf_rollback(pool_conf_t *);
170 extern int pool_conf_commit(pool_conf_t *, int);
171 extern int pool_conf_export(const pool_conf_t *, const char *,
[all …]
H A Dpool_impl.h91 pool_conf_t *pe_conf; /* Configuration */
168 pool_conf_t *prs_conf; /* Configuration */
202 int (*pc_close)(pool_conf_t *);
203 int (*pc_validate)(const pool_conf_t *, pool_valid_level_t);
204 int (*pc_commit)(pool_conf_t *);
205 int (*pc_export)(const pool_conf_t *, const char *,
207 int (*pc_rollback)(pool_conf_t *);
208 pool_result_set_t *(*pc_exec_query)(const pool_conf_t *,
211 pool_elem_t *(*pc_elem_create)(pool_conf_t *, pool_elem_class_t,
213 int (*pc_remove)(pool_conf_t *);
[all …]
H A Dpool_xml_impl.h125 const pool_conf_t *prs_conf; /* Configuration */
168 int (*pc_close)(pool_conf_t *);
169 int (*pc_validate)(const pool_conf_t *, pool_valid_level_t);
170 int (*pc_commit)(pool_conf_t *);
171 int (*pc_export)(const pool_conf_t *, const char *,
173 int (*pc_rollback)(pool_conf_t *);
174 pool_result_set_t *(*pc_exec_query)(const pool_conf_t *,
177 pool_elem_t *(*pc_elem_create)(pool_conf_t *, pool_elem_class_t,
179 int (*pc_remove)(pool_conf_t *);
183 char *(*pc_get_binding)(pool_conf_t *, pid_t);
[all …]
H A Dpool_kernel_impl.h118 const pool_conf_t *prs_conf; /* Configuration */
146 int (*pc_close)(pool_conf_t *);
147 int (*pc_validate)(const pool_conf_t *, pool_valid_level_t);
148 int (*pc_commit)(pool_conf_t *);
149 int (*pc_export)(const pool_conf_t *, const char *,
151 int (*pc_rollback)(pool_conf_t *);
152 pool_result_set_t *(*pc_exec_query)(const pool_conf_t *,
155 pool_elem_t *(*pc_elem_create)(pool_conf_t *, pool_elem_class_t,
157 int (*pc_remove)(pool_conf_t *);
161 char *(*pc_get_binding)(pool_conf_t *, pid_t);
[all …]
H A Dpool_internal.h232 pool_conf_t *l_conf; /* Configuration for this log */
273 extern int pool_conf_commit_sys(pool_conf_t *, int);
278 extern int pool_xml_connection_alloc(pool_conf_t *, int);
279 extern int pool_knl_connection_alloc(pool_conf_t *, int);
284 extern pool_component_t *pool_component_create(pool_conf_t *,
371 extern int pool_walk_any_properties(pool_conf_t *, pool_elem_t *,
372 void *, int (*)(pool_conf_t *, pool_elem_t *, const char *,
374 extern int pool_set_temporary(pool_conf_t *, pool_elem_t *);
391 extern int conf_is_dynamic(const pool_conf_t *);
396 extern int pool_knl_update(pool_conf_t *, int *);
[all …]
H A Dpool.c141 static int prop_buf_build_cb(pool_conf_t *, pool_elem_t *, const char *,
145 static int pool_conf_check(const pool_conf_t *);
147 static int setup_transfer(pool_conf_t *, pool_resource_t *, pool_resource_t *,
175 pool_conf_status(const pool_conf_t *conf) in pool_conf_status()
186 pool_conf_t *conf; in pool_set_binding()
212 pool_conf_t *conf; in pool_get_resource_binding()
244 pool_conf_t *conf; in pool_get_binding()
264 prop_buf_build_cb(pool_conf_t *UNUSED, pool_elem_t *pe, const char *name, in prop_buf_build_cb()
339 pool_conf_t *conf = TO_CONF(pe); in pool_base_info()
501 pool_info(const pool_conf_t *conf, const pool_t *pool, int deep) in pool_info()
[all …]
H A Dpool_commit.c109 static int commit_create(pool_conf_t *, pool_elem_t **);
116 static int diff_and_fix(pool_conf_t *, pool_conf_t *);
117 static int process_elem_lt(pool_elem_t *, pool_conf_t *);
118 static int process_elem_gt(pool_elem_t *, pool_conf_t *,
119 pool_conf_t *);
120 static int process_lists(int, pool_conf_t *,
121 pool_conf_t *, int);
122 static pool_elem_t **get_elem_list(const pool_conf_t *, int, uint_t *);
123 static int share_resources(pool_conf_t *);
131 static int set_importance_cb(pool_conf_t *, pool_t *, void *);
[all …]
H A Dpool_xml.c151 static int pool_xml_free_doc(pool_conf_t *conf);
172 static int pool_xml_close(pool_conf_t *);
173 static int pool_xml_validate(const pool_conf_t *, pool_valid_level_t);
174 static int pool_xml_commit(pool_conf_t *conf);
175 static int pool_xml_export(const pool_conf_t *conf, const char *location,
177 static int pool_xml_rollback(pool_conf_t *conf);
178 static pool_result_set_t *pool_xml_exec_query(const pool_conf_t *conf,
181 static int pool_xml_remove(pool_conf_t *conf);
191 static pool_xml_result_set_t *pool_xml_result_set_alloc(const pool_conf_t *);
203 static void pool_xml_elem_init(pool_conf_t *conf, pool_xml_elem_t *elem,
[all …]
H A Dpool_kernel.c91 const pool_conf_t *conf;
194 static int load_group(pool_conf_t *, pool_knl_elem_t *, ea_object_t *,
205 static int pool_knl_recover(pool_conf_t *);
217 static int pool_knl_close(pool_conf_t *);
218 static int pool_knl_validate(const pool_conf_t *, pool_valid_level_t);
219 static int pool_knl_commit(pool_conf_t *);
220 static int pool_knl_export(const pool_conf_t *, const char *,
222 static int pool_knl_rollback(pool_conf_t *);
223 static pool_result_set_t *pool_knl_exec_query(const pool_conf_t *,
225 static int pool_knl_remove(pool_conf_t *);
[all …]
H A Dpool_internal.c729 conf_is_dynamic(const pool_conf_t *conf) in conf_is_dynamic()
1298 resource_by_sysid(const pool_conf_t *conf, id_t sysid, const char *type) in resource_by_sysid()
1414 pool_conf_system(const pool_conf_t *conf) in pool_conf_system()
1661 pool_validate_resource(const pool_conf_t *conf, const char *type, in pool_validate_resource()
1664 pool_conf_t *dyn; in pool_validate_resource()
1714 dyn = (pool_conf_t *)conf; in pool_validate_resource()
1794 log_alloc(pool_conf_t *conf) in log_alloc()
/titanic_41/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c49 static int pool_property_walker(pool_conf_t *, pool_elem_t *p, const char *,
433 pool_conf_free((pool_conf_t *)(uintptr_t)jconf); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1free()
443 return ((jint)pool_conf_status((pool_conf_t *)(uintptr_t)jconf)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1status()
453 return ((jint)pool_conf_close((pool_conf_t *)(uintptr_t)jconf)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1close()
463 return ((jint)pool_conf_remove((pool_conf_t *)(uintptr_t)jconf)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1remove()
478 result = (int)pool_conf_open((pool_conf_t *)(uintptr_t)jconf, location, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1open()
493 return ((jint)pool_conf_rollback((pool_conf_t *)(uintptr_t)jconf)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1rollback()
504 (pool_conf_t *)(uintptr_t)jconf, (int)jactive)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1commit()
519 result = (int)pool_conf_export((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1export()
534 return ((jint)pool_conf_validate((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1validate()
[all …]
/titanic_41/usr/src/cmd/pools/pooladm/
H A Dpooladm.c72 config_print(pool_conf_t *conf) in config_print()
99 config_destroy(pool_conf_t *conf) in config_destroy()
109 config_commit(pool_conf_t *conf, const char *static_conf_name) in config_commit()
137 pool_conf_t *conf = NULL; in main()
/titanic_41/usr/src/cmd/pools/poolstat/
H A Dsa_libpool.c44 (pool_conf_t *, pool_elem_t *, const char *, pool_value_t *, void *);
52 static pool_conf_t *conf;
110 populate_userdata_cb(pool_conf_t *unused1, pool_elem_t *unused2, in populate_userdata_cb()
H A Dpoolstat.c141 static pool_conf_t *conf;
/titanic_41/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()
/titanic_41/usr/src/cmd/pools/poold/
H A Dpoold.c290 pool_conf_t *conf = NULL; in handle_sig()
/titanic_41/usr/src/lib/libproject/common/
H A Dsetproject.c471 pool_conf_t *conf; in bind_to_pool()
/titanic_41/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4024 create_tmp_pset(char *pool_err, int err_size, pool_conf_t *pconf, pool_t *pool, in create_tmp_pset()
4065 create_tmp_pool(char *pool_err, int err_size, pool_conf_t *pconf, char *name, in create_tmp_pool()
4143 get_running_tmp_pset(pool_conf_t *pconf, pool_t *pool, pool_resource_t *pset, in get_running_tmp_pset()
4197 verify_del_tmp_pool(pool_conf_t *pconf, char *tmp_name, char *pool_err, in verify_del_tmp_pool()
4271 pool_conf_t *pconf; in zonecfg_destroy_tmp_pool()
4344 pool_conf_t *pconf; in zonecfg_bind_tmp_pool()
4410 pool_conf_t *poolconf; in zonecfg_bind_pool()
4573 pool_conf_t *poolconf; in get_pool_sched_class()
/titanic_41/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c398 pool_conf_t *zsctl_pool_conf;
1673 pool_conf_t *conf = ctl->zsctl_pool_conf; in zsd_get_pool_pset()
1891 pool_conf_t *conf; in zsd_refresh_psets()
2048 pool_conf_t *conf = ctl->zsctl_pool_conf; in zsd_get_zone_pool_pset()
/titanic_41/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y128 static pool_conf_t *conf = NULL; /* Config to be processed */
/titanic_41/usr/src/cmd/zoneadm/
H A Dzoneadm.c2135 pool_conf_t *poolconf; in verify_pool()
/titanic_41/usr/src/lib/libdladm/common/
H A Dlinkprop.c2017 pool_conf_t *poolconf; in check_pool()