Home
last modified time | relevance | path

Searched refs:pool_conf_location (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile39 pool_conf_location.3pool \
109 pool_conf_location.3pool := LINKSRC = pool_conf_alloc.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h182 extern const char *pool_conf_location(const pool_conf_t *);
H A Dmapfile-vers63 pool_conf_location;
H A Dpool_commit.c1298 pool_conf_location(TO_CONF(TO_ELEM(tgt))), in clone_element()
1299 pool_conf_location(TO_CONF(pe))); in clone_element()
H A Dpool.c1407 pool_conf_location(const pool_conf_t *conf) in pool_conf_location() function
2352 dprintf("conf is %s\n", pool_conf_location(conf)); in setup_transfer()
2432 dprintf("in conf %s\n", pool_conf_location(conf)); in pool_resource_xtransfer()
H A Dpool_xml.c1164 if (pool_conf_location(conf) != NULL) { in pool_xml_remove()
1166 if (unlink(pool_conf_location(conf)) != 0) { in pool_xml_remove()
H A Dpool_internal.c729 if (strcmp(pool_conf_location(conf), pool_dynamic_location()) == 0) in conf_is_dynamic()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java95 final static native String pool_conf_location(long conf); in pool_conf_location() method in PoolInternal
H A DConfiguration.java158 return (PoolInternal.pool_conf_location(getConf())); in getLocation()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m87 link path=usr/share/man/man3pool/pool_conf_location.3pool \
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c841 result = pool_conf_location((pool_conf_t *)(uintptr_t)jconf); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1location()