Searched refs:pool_conf_location (Results 1 - 9 of 9) 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.h184 extern const char *pool_conf_location(const pool_conf_t *);
H A Dpool_commit.c1300 pool_conf_location(TO_CONF(TO_ELEM(tgt))),
1301 pool_conf_location(TO_CONF(pe)));
H A Dpool.c1409 pool_conf_location(const pool_conf_t *conf) function
2354 dprintf("conf is %s\n", pool_conf_location(conf));
2434 dprintf("in conf %s\n", pool_conf_location(conf));
H A Dpool_xml.c1172 if (pool_conf_location(conf) != NULL) {
1174 if (unlink(pool_conf_location(conf)) != 0) {
H A Dpool_internal.c731 if (strcmp(pool_conf_location(conf), pool_dynamic_location()) == 0)
/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); method in class:PoolInternal
H A DConfiguration.java160 return (PoolInternal.pool_conf_location(getConf()));
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c794 * pool_conf_location(3pool) wrapper
803 result = pool_conf_location((pool_conf_t *)(uintptr_t)jconf);

Completed in 270 milliseconds