| /onnv/onnv-gate/usr/src/lib/libpool/common/ |
| mapfile-vers | 76 pool_get_pool;
|
| pool.h | 175 extern pool_t *pool_get_pool(const pool_conf_t *, const char *);
|
| pool.c | 1173 if (!is_valid_name(name) || pool_get_pool(conf, name) != NULL) { 1818 pool_get_pool(const pool_conf_t *conf, const char *name) function [all...] |
| pool_internal.c | 443 pool = pool_get_pool(TO_CONF(elem), nm); [all...] |
| pool_kernel.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
| Configuration.java | 296 if ((aPool = PoolInternal.pool_get_pool(getConf(), name)) == 320 if ((aPool = PoolInternal.pool_get_pool(getConf(), name)) ==
|
| PoolInternal.java | 86 final static native long pool_get_pool(long conf, String name); method in class:PoolInternal
|
| /onnv/onnv-gate/usr/src/cmd/pools/poolcfg/ |
| poolcfg.y | 817 if ((pool = pool_get_pool(conf, cmd->cmd_tgt1)) == NULL) 966 if ((pool = pool_get_pool(conf, cmd->cmd_tgt1)) == NULL) 1006 if ((pool = pool_get_pool(conf, cmd->cmd_tgt1)) == NULL) 1059 if ((pool = pool_get_pool(conf, cmd->cmd_tgt1)) == NULL) 1143 if ((pool = pool_get_pool(conf, cmd->cmd_tgt1)) == NULL) [all...] |
| /onnv/onnv-gate/usr/src/lib/libproject/common/ |
| setproject.c | 438 if (pool_name != NULL && pool_get_pool(conf, pool_name) != NULL) {
|
| /onnv/onnv-gate/usr/src/cmd/pools/poolstat/ |
| poolstat.c | 787 if ((pool = pool_get_pool(conf, pool_name)) == NULL)
|
| /onnv/onnv-gate/usr/src/lib/libzonecfg/common/ |
| libzonecfg.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poold/libjpool/ |
| jpool.c | 558 * pool_get_pool(3pool) wrapper 569 result = (pool_t *)pool_get_pool((pool_conf_t *)(uintptr_t)jconf, name); [all...] |
| /onnv/onnv-gate/usr/src/cmd/zoneadm/ |
| zoneadm.c | [all...] |