Home
last modified time | relevance | path

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.java112 final long getConf() in getConf() method in Configuration
127 if (PoolInternal.pool_conf_open(getConf(), location, in open()
145 PoolInternal.pool_conf_close(getConf()); in close()
158 return (PoolInternal.pool_conf_location(getConf())); in getLocation()
168 return (PoolInternal.pool_conf_status(getConf())); in status()
178 if (PoolInternal.pool_conf_remove(getConf()) != in remove()
192 if (PoolInternal.pool_conf_rollback(getConf()) != in rollback()
206 if (PoolInternal.pool_conf_commit(getConf(), active) != in commit()
221 if (PoolInternal.pool_conf_export(getConf(), location, format) in export()
235 if (PoolInternal.pool_conf_validate(getConf(), level) in validate()
[all …]
H A DPool.java84 if (PoolInternal.pool_associate(_conf.getConf(), getPool(), in associate()
98 if (PoolInternal.pool_dissociate(_conf.getConf(), getPool(), in dissociate()
117 _conf.getConf(), getPool(), values)) == null) { in getResources()
141 return (PoolInternal.pool_info(_conf.getConf(), getPool(), in getInformation()
203 if ((elem = PoolInternal.pool_to_elem(_conf.getConf(), in getElem()
H A DResource.java93 if (PoolInternal.pool_resource_transfer(_conf.getConf(), in transfer()
111 if (PoolInternal.pool_resource_xtransfer(_conf.getConf(), in transfer()
131 _conf.getConf(), getResource(), values)) == null) { in getComponents()
155 return (PoolInternal.pool_resource_info(_conf.getConf(), in getInformation()
219 if ((elem = PoolInternal.pool_resource_to_elem(_conf.getConf(), in getElem()
H A DElement.java97 if (PoolInternal.pool_get_property(_conf.getConf(), getElem(), in getProperty()
127 if (PoolInternal.pool_get_property(_conf.getConf(), proxy, name, in getProperty()
150 if (PoolInternal.pool_put_property(_conf.getConf(), getElem(), in putProperty()
163 if (PoolInternal.pool_rm_property(_conf.getConf(), getElem(), in rmProperty()
294 return (walkProps(_conf.getConf(), getElem(), handler, user)); in walkProperties()
H A DComponent.java91 return (PoolInternal.pool_component_info(_conf.getConf(), in getInformation()
155 if ((elem = PoolInternal.pool_component_to_elem(_conf.getConf(), in getElem()