Searched refs:pool_resource_create (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/man/man3pool/ |
H A D | Makefile | 30 pool_resource_create.3pool \ 137 pool_query_resource_components.3pool := LINKSRC = pool_resource_create.3pool 138 pool_resource_destroy.3pool := LINKSRC = pool_resource_create.3pool 139 pool_resource_info.3pool := LINKSRC = pool_resource_create.3pool 140 pool_resource_transfer.3pool := LINKSRC = pool_resource_create.3pool 141 pool_resource_xtransfer.3pool := LINKSRC = pool_resource_create.3pool
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | service-resource-pools.mf | 94 file path=usr/share/man/man3pool/pool_resource_create.3pool 154 target=pool_resource_create.3pool 158 target=pool_resource_create.3pool 160 target=pool_resource_create.3pool 164 target=pool_resource_create.3pool 168 target=pool_resource_create.3pool
|
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool.h | 188 extern pool_resource_t *pool_resource_create(pool_conf_t *, const char *,
|
H A D | mapfile-vers | 88 pool_resource_create;
|
H A D | pool_commit.c | 185 if ((res = pool_resource_create(conf, res_type, name)) == in commit_create() 544 if ((newres = pool_resource_create(stc, in process_elem_gt()
|
H A D | pool.c | 1225 pool_resource_create(pool_conf_t *conf, const char *sz_type, const char *name) in pool_resource_create() function
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 97 final static native long pool_resource_create(long conf, in pool_resource_create() method in PoolInternal
|
H A D | Configuration.java | 367 if ((aResource = PoolInternal.pool_resource_create(getConf(), in createResource()
|
/titanic_50/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 911 if ((resource = pool_resource_create(conf, type, cmd->cmd_tgt1)) in parser_resource_create()
|
/titanic_50/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 844 pool_resource_create((pool_conf_t *)(uintptr_t)jconf, type, name); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1create()
|
/titanic_50/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4032 if ((res = pool_resource_create(pconf, "pset", name)) == NULL) in create_tmp_pset()
|