Searched refs:getConf (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java114 final long getConf() method in class:Configuration
129 if (PoolInternal.pool_conf_open(getConf(), location,
147 PoolInternal.pool_conf_close(getConf());
160 return (PoolInternal.pool_conf_location(getConf()));
170 return (PoolInternal.pool_conf_status(getConf()));
180 if (PoolInternal.pool_conf_remove(getConf()) !=
194 if (PoolInternal.pool_conf_rollback(getConf()) !=
208 if (PoolInternal.pool_conf_commit(getConf(), active) !=
223 if (PoolInternal.pool_conf_export(getConf(), location, format)
237 if (PoolInternal.pool_conf_validate(getConf(), leve
[all...]
H A DPool.java86 if (PoolInternal.pool_associate(_conf.getConf(), getPool(),
100 if (PoolInternal.pool_dissociate(_conf.getConf(), getPool(),
119 _conf.getConf(), getPool(), values)) == null) {
143 return (PoolInternal.pool_info(_conf.getConf(), getPool(),
205 if ((elem = PoolInternal.pool_to_elem(_conf.getConf(),
H A DResource.java95 if (PoolInternal.pool_resource_transfer(_conf.getConf(),
113 if (PoolInternal.pool_resource_xtransfer(_conf.getConf(),
133 _conf.getConf(), getResource(), values)) == null) {
157 return (PoolInternal.pool_resource_info(_conf.getConf(),
221 if ((elem = PoolInternal.pool_resource_to_elem(_conf.getConf(),
H A DComponent.java93 return (PoolInternal.pool_component_info(_conf.getConf(),
157 if ((elem = PoolInternal.pool_component_to_elem(_conf.getConf(),
H A DElement.java97 if (PoolInternal.pool_get_property(_conf.getConf(), getElem(),
127 if (PoolInternal.pool_get_property(_conf.getConf(), proxy, name,
150 if (PoolInternal.pool_put_property(_conf.getConf(), getElem(),
163 if (PoolInternal.pool_rm_property(_conf.getConf(), getElem(),
294 return (walkProps(_conf.getConf(), getElem(), handler, user));

Completed in 67 milliseconds