| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| pool.h | 59 } pool_t; typedef in typeref:struct:pool 74 extern pool_t *pool_default; /* default pool pointer */ 82 extern pool_t *pool_lookup_pool_by_id(poolid_t); 83 extern pool_t *pool_lookup_pool_by_name(char *); 96 extern id_t pool_get_class(pool_t *); 97 extern int pool_do_bind(pool_t *, idtype_t, id_t, int);
|
| /onnv/onnv-gate/usr/src/lib/libpool/common/ |
| pool.h | 146 typedef struct pool pool_t; typedef in typeref:struct:pool 175 extern pool_t *pool_get_pool(const pool_conf_t *, const char *); 176 extern pool_t **pool_query_pools(const pool_conf_t *, uint_t *, 201 extern pool_t *pool_create(pool_conf_t *, const char *); 202 extern int pool_destroy(pool_conf_t *, pool_t *); 203 extern int pool_associate(pool_conf_t *, pool_t *, const pool_resource_t *); 204 extern int pool_dissociate(pool_conf_t *, pool_t *, const pool_resource_t *); 205 extern char *pool_info(const pool_conf_t *, const pool_t *, int); 207 const pool_t *, uint_t *, pool_value_t **); 233 extern pool_elem_t *pool_to_elem(const pool_conf_t *, const pool_t *); [all...] |
| pool_xml_impl.h | 94 * Specific to pool_t 96 int (*pp_associate)(pool_t *, const pool_resource_t *); 97 int (*pp_dissociate)(pool_t *, const pool_resource_t *);
|
| pool_impl.h | 68 * as sub-types of this generic type (such as pool_t, which represents 112 * - pool_t, represents a single pool 130 * Specific to pool_t 132 int (*pp_associate)(pool_t *, const pool_resource_t *); 133 int (*pp_dissociate)(pool_t *, const pool_resource_t *); 243 extern pool_t *pool_elem_pool(const pool_elem_t *);
|
| pool_kernel_impl.h | 96 * Specific to pool_t 98 int (*pp_associate)(pool_t *, const pool_resource_t *); 99 int (*pp_dissociate)(pool_t *, const pool_resource_t *);
|
| pool.c | 89 * pool_t - A pool inside a configuration 417 pool_t **ps; 501 pool_info(const pool_conf_t *conf, const pool_t *pool, int deep) 1163 pool_t * [all...] |
| pool_commit.c | 131 static int set_importance_cb(pool_conf_t *, pool_t *, void *); 132 static int unset_importance_cb(pool_conf_t *, pool_t *, void *); 149 pool_t *pool; 245 pool_t *pool; 526 pool_t *newpool; 669 pool_t **pl; [all...] |
| pool_xml.c | 159 static int pool_assoc_default_resource_type(pool_t *, 218 static int pool_xml_pool_associate(pool_t *, const pool_resource_t *); 219 static int pool_xml_pool_dissociate(pool_t *, const pool_resource_t *); [all...] |
| pool_internal.c | 429 pool_t *pool; [all...] |
| pool_kernel.c | 265 static int pool_knl_pool_associate(pool_t *, const pool_resource_t *); 266 static int pool_knl_pool_dissociate(pool_t *, const pool_resource_t *); 926 pool_t **ps; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| pool.c | 140 pool_t *pool_default; /* default pool which always exists */ 168 pool_default = kmem_zalloc(sizeof (pool_t), KM_SLEEP); 170 list_create(&pool_list, sizeof (pool_t), offsetof(pool_t, pool_link)); 346 pool_t * 349 pool_t *pool = pool_default; 362 pool_t * 365 pool_t *pool = pool_default; 383 pool_t *pool; 388 pool = kmem_zalloc(sizeof (pool_t), KM_SLEEP) [all...] |
| pool_pset.c | 469 pool_t *pool; 489 pool_t *pool; 600 pset_bind_start(proc_t **procs, pool_t *pool) 679 pset_bind_abort(proc_t **procs, pool_t *pool)
|
| zone.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poold/libjpool/ |
| jpool.c | 565 pool_t *result; 569 result = (pool_t *)pool_get_pool((pool_conf_t *)(uintptr_t)jconf, name); 584 pool_t **result; 1038 pool_t *result; 1057 (pool_t *)(uintptr_t)jpool)); 1068 (pool_t *)(uintptr_t)jpool, 1080 (pool_t *)(uintptr_t)jpool, 1095 (pool_t *)(uintptr_t)jpool, (int)jflags); 1162 (pool_t *)(uintptr_t)jpool, &nelem, props); 1297 (pool_t *)(uintptr_t)jpool)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poolcfg/ |
| poolcfg.y | 145 static void assoc_list_walk(cmd_t *, pool_t *); 814 pool_t *pool; 898 pool_t *pool; 964 pool_t *pool; 1004 pool_t *pool; 1057 pool_t *pool; 1141 pool_t *pool; [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poolstat/ |
| poolstat.c | 786 pool_t *pool; 907 pool_t **pools = NULL; 932 pools = ZALLOC(sizeof (pool_t *) * (i + 1)); 935 pool_t **pool;
|
| /onnv/onnv-gate/usr/src/lib/libproject/common/ |
| setproject.c | 422 pool_t **pools;
|
| /onnv/onnv-gate/usr/src/lib/libzonecfg/common/ |
| libzonecfg.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/zoneadm/ |
| zoneadm.c | [all...] |