Home
last modified time | relevance | path

Searched refs:pool_conf_remove (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile41 pool_conf_remove.3pool \
111 pool_conf_remove.3pool := LINKSRC = pool_conf_alloc.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h165 extern int pool_conf_remove(pool_conf_t *);
H A Dmapfile-vers65 pool_conf_remove;
H A Dpool.c1442 pool_conf_remove(pool_conf_t *conf) in pool_conf_remove() function
/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c102 if (pool_conf_remove(conf) != PO_SUCCESS) in config_destroy()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java77 final static native int pool_conf_remove(long conf); in pool_conf_remove() method in PoolInternal
H A DConfiguration.java178 if (PoolInternal.pool_conf_remove(getConf()) != in remove()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m91 link path=usr/share/man/man3pool/pool_conf_remove.3pool \
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y994 if (pool_conf_remove(conf) != 0) in parser_conf_destroy()
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c489 return ((jint)pool_conf_remove((pool_conf_t *)(uintptr_t)jconf)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1remove()