Searched refs:pool_to_elem (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/man/man3pool/ |
H A D | Makefile | 72 pool_to_elem.3pool \ 102 pool_to_elem.3pool := LINKSRC = pool_component_to_elem.3pool
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Pool.java | 203 if ((elem = PoolInternal.pool_to_elem(_conf.getConf(), in getElem()
|
H A D | PoolInternal.java | 130 final static native long pool_to_elem(long conf, long pool); in pool_to_elem() method in PoolInternal
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool.h | 231 extern pool_elem_t *pool_to_elem(const pool_conf_t *, const pool_t *);
|
H A D | mapfile-vers | 98 pool_to_elem;
|
H A D | pool.c | 2538 pool_to_elem(const pool_conf_t *conf, const pool_t *pp) in pool_to_elem() function
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 901 prop_list_walk(cmd, pool_to_elem(conf, pool)); in parser_pool_create() 968 parser_rename(cmd, pool_to_elem(conf, pool), POOL_NAME); in parser_pool_rename() 1060 prop_list_walk(cmd, pool_to_elem(conf, pool)); in parser_pool_modify()
|
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 964 elem = pool_to_elem(conf, pools[i]); in prt_pool_stats() 991 elem = pool_to_elem(conf, pools[i]); in prt_pool_stats()
|
/illumos-gate/usr/src/lib/libproject/common/ |
H A D | setproject.c | 531 pool_get_property(conf, pool_to_elem(conf, pools[0]), "pool.name", in bind_to_pool()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 155 link path=usr/share/man/man3pool/pool_to_elem.3pool \
|
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 1355 return ((jlong)(uintptr_t)pool_to_elem((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1to_1elem()
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4250 if ((elem = pool_to_elem(pconf, pool)) == NULL) { in create_tmp_pool() 4315 pe = pool_to_elem(pconf, pool); in get_running_tmp_pset() 4760 pe = pool_to_elem(poolconf, pool); in get_pool_sched_class()
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 2084 if (pool_get_property(conf, pool_to_elem(conf, pools[0]), in zsd_get_zone_pool_pset()
|