| /onnv/onnv-gate/usr/src/lib/libpool/common/ |
| pool.h | 153 typedef struct pool_conf pool_conf_t; typedef in typeref:struct:pool_conf 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...] |
| pool_xml_impl.h | 125 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...] |
| pool_kernel_impl.h | 118 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...] |
| pool_impl.h | 91 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...] |
| pool_internal.h | 232 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...] |
| pool.c | 88 * pool_conf_t - This represents a complete configuration instance 141 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) 186 pool_conf_t *conf; 212 pool_conf_t *conf; 244 pool_conf_t *conf; 264 prop_buf_build_cb(pool_conf_t *UNUSED, pool_elem_t *pe, const char *name, 339 pool_conf_t *conf = TO_CONF(pe) [all...] |
| pool_commit.c | 109 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 *); [all...] |
| pool_xml.c | 153 static int pool_xml_free_doc(pool_conf_t *conf); 174 static int pool_xml_close(pool_conf_t *); 175 static int pool_xml_validate(const pool_conf_t *, pool_valid_level_t); 176 static int pool_xml_commit(pool_conf_t *conf); 177 static int pool_xml_export(const pool_conf_t *conf, const char *location, 179 static int pool_xml_rollback(pool_conf_t *conf); 180 static pool_result_set_t *pool_xml_exec_query(const pool_conf_t *conf, 183 static int pool_xml_remove(pool_conf_t *conf); 193 static pool_xml_result_set_t *pool_xml_result_set_alloc(const pool_conf_t *); 205 static void pool_xml_elem_init(pool_conf_t *conf, pool_xml_elem_t *elem [all...] |
| pool_kernel.c | 91 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...] |
| pool_internal.c | 729 conf_is_dynamic(const pool_conf_t *conf) 1298 resource_by_sysid(const pool_conf_t *conf, id_t sysid, const char *type) [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poold/libjpool/ |
| jpool.c | 49 static int pool_property_walker(pool_conf_t *, pool_elem_t *p, const char *, 433 pool_conf_free((pool_conf_t *)(uintptr_t)jconf); 443 return ((jint)pool_conf_status((pool_conf_t *)(uintptr_t)jconf)); 453 return ((jint)pool_conf_close((pool_conf_t *)(uintptr_t)jconf)); 463 return ((jint)pool_conf_remove((pool_conf_t *)(uintptr_t)jconf)); 478 result = (int)pool_conf_open((pool_conf_t *)(uintptr_t)jconf, location, 493 return ((jint)pool_conf_rollback((pool_conf_t *)(uintptr_t)jconf)); 504 (pool_conf_t *)(uintptr_t)jconf, (int)jactive)); 519 result = (int)pool_conf_export((pool_conf_t *)(uintptr_t)jconf, 534 return ((jint)pool_conf_validate((pool_conf_t *)(uintptr_t)jconf [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poolstat/ |
| sa_libpool.c | 44 (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,
|
| poolstat.c | 141 static pool_conf_t *conf;
|
| /onnv/onnv-gate/usr/src/cmd/pools/pooladm/ |
| pooladm.c | 72 config_print(pool_conf_t *conf) 99 config_destroy(pool_conf_t *conf) 109 config_commit(pool_conf_t *conf, const char *static_conf_name) 137 pool_conf_t *conf = NULL;
|
| /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/ |
| pool_rcm.c | 114 pool_check_pset(pool_conf_t *conf, pool_resource_t *res, 210 pool_conf_t *conf;
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/ |
| poold.c | 290 pool_conf_t *conf = NULL;
|
| /onnv/onnv-gate/usr/src/lib/libproject/common/ |
| setproject.c | 425 pool_conf_t *conf;
|
| /onnv/onnv-gate/usr/src/lib/libzonecfg/common/ |
| libzonecfg.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poolcfg/ |
| poolcfg.y | 128 static pool_conf_t *conf = NULL; /* Config to be processed */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/zoneadm/ |
| zoneadm.c | [all...] |