Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3pool/
H A DMakefile45 pool_conf_update.3pool \
114 pool_conf_update.3pool := LINKSRC = pool_conf_alloc.3pool
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_libpool.c83 if (pool_conf_update(conf, &changed) != PO_SUCCESS) in sa_libpool_update()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h172 extern int pool_conf_update(const pool_conf_t *, int *);
H A Dmapfile-vers46 pool_conf_update;
H A Dpool.c1648 pool_conf_update(const pool_conf_t *conf, int *changed) in pool_conf_update() function
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java85 final static native int pool_conf_update(long conf); in pool_conf_update() method in PoolInternal
H A DConfiguration.java249 return (PoolInternal.pool_conf_update(getConf())); in update()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m99 link path=usr/share/man/man3pool/pool_conf_update.3pool \
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c580 result = pool_conf_update((pool_conf_t *)(uintptr_t)jconf, &changed); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1update()
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1913 ret = pool_conf_update(ctl->zsctl_pool_conf, in zsd_refresh_psets()