Searched defs:pool_query_pools (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile58 pool_query_pools.3pool \
130 pool_query_pools.3pool := LINKSRC = pool_get_pool.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c427 if ((ps = pool_query_pools(conf, &nelem, NULL)) !=
1837 rs = pool_query_pools(conf, &size, props);
1858 pool_query_pools(const pool_conf_t *conf, uint_t *size, pool_value_t **props) function
2078 if ((pl = pool_query_pools(conf, &npool, NULL)) != NULL) {
2587 if ((rs = pool_query_pools(conf, &size, NULL)) == NULL) /* None */
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java87 final static native java.util.List pool_query_pools(long conf, method in class:PoolInternal

Completed in 65 milliseconds